diff options
author | sbz <sbz@FreeBSD.org> | 2012-10-08 17:38:22 +0800 |
---|---|---|
committer | sbz <sbz@FreeBSD.org> | 2012-10-08 17:38:22 +0800 |
commit | 1205889206d58ccedd24bbdfe50d57243bf0406f (patch) | |
tree | c003ccf60ad84ebf4abe4fd5df4ad81c62b7d498 | |
parent | f681e9ce5fa7858faf5d194b67d4225a33ca398c (diff) | |
download | freebsd-ports-gnome-1205889206d58ccedd24bbdfe50d57243bf0406f.tar.gz freebsd-ports-gnome-1205889206d58ccedd24bbdfe50d57243bf0406f.tar.zst freebsd-ports-gnome-1205889206d58ccedd24bbdfe50d57243bf0406f.zip |
- Fix logic problem
-rw-r--r-- | security/dsniff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/dsniff/Makefile b/security/dsniff/Makefile index eb37b65ed5d2..c7dd04a7a647 100644 --- a/security/dsniff/Makefile +++ b/security/dsniff/Makefile @@ -44,7 +44,7 @@ LIBNIDS_GLIB2!= nm -u ${LOCALBASE}/lib/libnids.a | ${GREP} g_thread_init || ${TR USE_GNOME+= glib20 .endif -.if empty(PORT_OPTIONS:MX11) +.if ${PORT_OPTIONS:MX11} USE_XORG= x11 xmu PLIST_SUB+= X11='' MAN8+= webspy.8 |