diff options
author | asami <asami@FreeBSD.org> | 2000-01-21 15:19:02 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-01-21 15:19:02 +0800 |
commit | 12a76fd2ce3491df8c3de2a8610a1e37be41b9e0 (patch) | |
tree | 951cdabfc7d8469e267b653dcd744e0d5c735dca /security/dsniff | |
parent | 5e7f23d05d8e23af94b5820a834d2c6d1a0d634c (diff) | |
download | freebsd-ports-gnome-12a76fd2ce3491df8c3de2a8610a1e37be41b9e0.tar.gz freebsd-ports-gnome-12a76fd2ce3491df8c3de2a8610a1e37be41b9e0.tar.zst freebsd-ports-gnome-12a76fd2ce3491df8c3de2a8610a1e37be41b9e0.zip |
bento says USE_XLIB.
Submitted by: bento
Diffstat (limited to 'security/dsniff')
-rw-r--r-- | security/dsniff/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/dsniff/Makefile b/security/dsniff/Makefile index 6579d54f79d2..1623d71fd1d7 100644 --- a/security/dsniff/Makefile +++ b/security/dsniff/Makefile @@ -15,5 +15,6 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet \ ${LOCALBASE}/lib/libnids.a:${PORTSDIR}/net/libnids GNU_CONFIGURE= yes +USE_XLIB= yes .include <bsd.port.mk> |