aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2014-02-20 13:00:31 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2014-02-20 13:00:31 +0000
commita95c6ea5dea516f3b7a5d0ff8637b6576c8f02e3 (patch)
treee0877804d9ab211df387cf248750aa09cc1c73a2 /ports-mgmt
parent625a9c622f2989df980a5772e58876d1e0ec6496 (diff)
downloadports-a95c6ea5dea516f3b7a5d0ff8637b6576c8f02e3.tar.gz
ports-a95c6ea5dea516f3b7a5d0ff8637b6576c8f02e3.zip
- Add stage support
- Squeeze MASTER_SITES/MASTER_SITE_SUBDIR - Convert LIB_DEPENDS to new style - Use options helpers - Remove useless LATEST_LINK
Notes
Notes: svn path=/head/; revision=345222
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/kpackagekit/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/ports-mgmt/kpackagekit/Makefile b/ports-mgmt/kpackagekit/Makefile
index eef3c2542f5b..bcedf94d100f 100644
--- a/ports-mgmt/kpackagekit/Makefile
+++ b/ports-mgmt/kpackagekit/Makefile
@@ -13,7 +13,7 @@ COMMENT= KDE interface for PackageKit
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= packagekit-qt.14:${PORTSDIR}/ports-mgmt/packagekit-qt4
+LIB_DEPENDS= libpackagekit-qt.so:${PORTSDIR}/ports-mgmt/packagekit-qt4
USE_BZIP2= yes
USE_KDE4= automoc4 kdehier kdelibs kdeprefix
@@ -24,5 +24,4 @@ USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME:L}-${PORTVERSION}
-NO_STAGE= yes
.include <bsd.port.mk>