diff options
Diffstat (limited to 'security/dsniff')
-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 a26f162eafba..1424f39e8abf 100644 --- a/security/dsniff/Makefile +++ b/security/dsniff/Makefile @@ -24,10 +24,10 @@ MAN8= arpspoof.8 dsniff.8 macof.8 mailsnarf.8 tcpkill.8 \ .if !defined(WITHOUT_X11) USE_XLIB= yes PLIST_SUB+= X11='' +MAN8+= webspy.8 .else CONFIGURE_ARGS+= --without-x PLIST_SUB+= X11='@comment ' -MAN8+= webspy.8 .endif .include <bsd.port.mk> |