Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Oct 2012 09:38:23 +0000 (UTC)
From:      Sofian Brabez <sbz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305524 - head/security/dsniff
Message-ID:  <201210080938.q989cNUu072543@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210080938.q989cNUu072543>