diff options
Diffstat (limited to 'security/kmap')
-rw-r--r-- | security/kmap/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/kmap/Makefile b/security/kmap/Makefile index cad40e91363a..6bb18cefc95d 100644 --- a/security/kmap/Makefile +++ b/security/kmap/Makefile @@ -13,11 +13,10 @@ MASTER_SITES= http://www.islc.net/~icszepp/downloads/ MAINTAINER= obrien@FreeBSD.org -LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11 RUN_DEPENDS= nmap:${PORTSDIR}/security/nmap +USE_KDELIBS_VER=1 USE_XLIB= yes GNU_CONFIGURE= yes -USE_QT= yes .include <bsd.port.mk> |