diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-01-21 07:19:02 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-01-21 07:19:02 +0000 |
commit | 27596d33f24aeda5485cc2b5b566ccb576b6d837 (patch) | |
tree | b87788be7dd35ff89b0aa2010cabb23bf0f9f0da /security/dsniff/Makefile | |
parent | Add WWW (diff) |
bento says USE_XLIB.
Submitted by: bento
Diffstat (limited to '')
-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> |