svn commit: r305524 - head/security/dsniff

Sofian Brabez sbz at FreeBSD.org
Mon Oct 8 09:38:23 UTC 2012


Author: sbz
Date: Mon Oct  8 09:38:22 2012
New Revision: 305524
URL: http://svn.freebsd.org/changeset/ports/305524

Log:
  - Fix logic problem

Modified:
  head/security/dsniff/Makefile

Modified: head/security/dsniff/Makefile
==============================================================================
--- head/security/dsniff/Makefile	Mon Oct  8 09:05:29 2012	(r305523)
+++ head/security/dsniff/Makefile	Mon Oct  8 09:38:22 2012	(r305524)
@@ -44,7 +44,7 @@ LIBNIDS_GLIB2!=	nm -u ${LOCALBASE}/lib/l
 USE_GNOME+=	glib20
 .endif
 
-.if empty(PORT_OPTIONS:MX11)
+.if ${PORT_OPTIONS:MX11}
 USE_XORG=	x11 xmu
 PLIST_SUB+=	X11=''
 MAN8+=		webspy.8



More information about the svn-ports-all mailing list