diff options
Diffstat (limited to 'net-mgmt/kismet/Makefile')
-rw-r--r-- | net-mgmt/kismet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/kismet/Makefile b/net-mgmt/kismet/Makefile index c09c4bf160b9..561dda9dbba2 100644 --- a/net-mgmt/kismet/Makefile +++ b/net-mgmt/kismet/Makefile @@ -18,7 +18,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -CONFIGURE_ARGS+= --enable-syspcap --mandir=${MANPREFIX}/man +CONFIGURE_ARGS+= --enable-syspcap OPTIONS= CURSES "libcurses interface" on \ PANEL "libpanels interface" on \ |