Date: Thu, 15 Nov 2012 23:33:59 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307470 - head/security/putty Message-ID: <201211152333.qAFNXxoK076335@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Thu Nov 15 23:33:59 2012 New Revision: 307470 URL: http://svnweb.freebsd.org/changeset/ports/307470 Log: Add CONFLICTS. Suggested by: ketas's ports conflicts checker Feature safe: yes Modified: head/security/putty/Makefile (contents, props changed) Modified: head/security/putty/Makefile ============================================================================== --- head/security/putty/Makefile Thu Nov 15 23:31:37 2012 (r307469) +++ head/security/putty/Makefile Thu Nov 15 23:33:59 2012 (r307470) @@ -23,6 +23,8 @@ MAN1= plink.1 pscp.1 psftp.1 puttygen.1 OPTIONS= GSSAPI "Enable GSSAPI support" on \ GTK "Enable GTK+ 2 GUI (recommended)" on +CONFLICTS= pssh-[0-9]* + .include <bsd.port.options.mk> CFLAGS+= -DBSD_PTYS -DOMIT_UTMP -DIPV6
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211152333.qAFNXxoK076335>