diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-03-13 19:13:51 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-03-13 19:13:51 +0000 |
commit | a209c5b185423decb49344e360900c7bd7e43222 (patch) | |
tree | beea7a17a306cd21cbbf4ce8ce1eae64ec530cca /misc/kdeutils4/Makefile | |
parent | 7f59efef38bda87187c5cccd4d443c9b31fb9a51 (diff) |
Notes
Diffstat (limited to 'misc/kdeutils4/Makefile')
-rw-r--r-- | misc/kdeutils4/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/kdeutils4/Makefile b/misc/kdeutils4/Makefile index b686c7c02ca1..d2a8b1c1613f 100644 --- a/misc/kdeutils4/Makefile +++ b/misc/kdeutils4/Makefile @@ -7,7 +7,6 @@ PORTNAME= kdeutils PORTVERSION= ${KDE_VERSION} -PORTREVISION= 3 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src @@ -18,7 +17,7 @@ COMMENT= Utilities for the KDE integrated X11 desktop LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \ netsnmp:${PORTSDIR}/net-mgmt/net-snmp -RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 +RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg CONFLICTS= kgpg-[0-9]* superkaramba-[0-9]* @@ -35,7 +34,7 @@ DO_NOT_COMPILE+=klaptopdaemon kmilo CONFIGURE_ENV+= DO_NOT_COMPILE="${DO_NOT_COMPILE}" CONFIGURE_ARGS+=--with-pythondir=${LOCALBASE} -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 .include "${.CURDIR}/../../x11/kde3/Makefile.kde" |