diff options
author | makc <makc@FreeBSD.org> | 2014-02-20 21:00:31 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2014-02-20 21:00:31 +0800 |
commit | f225c6fa534a1f7dd0209b7166352bf764af6e2e (patch) | |
tree | e0877804d9ab211df387cf248750aa09cc1c73a2 /ports-mgmt | |
parent | 34d0e8d9b0d24e92396af0cc20c9de6da4ed9b63 (diff) | |
download | freebsd-ports-gnome-f225c6fa534a1f7dd0209b7166352bf764af6e2e.tar.gz freebsd-ports-gnome-f225c6fa534a1f7dd0209b7166352bf764af6e2e.tar.zst freebsd-ports-gnome-f225c6fa534a1f7dd0209b7166352bf764af6e2e.zip |
- Add stage support
- Squeeze MASTER_SITES/MASTER_SITE_SUBDIR
- Convert LIB_DEPENDS to new style
- Use options helpers
- Remove useless LATEST_LINK
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/kpackagekit/Makefile | 3 |
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> |