diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 10:35:45 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 10:35:45 +0000 |
commit | a79c5a7d1a0ebe8bf31e9fa50d208a06d7cf7ff0 (patch) | |
tree | 00ee1f37b631a88be4e277a04a111435cefc8d62 /ports-mgmt | |
parent | 0f999703465f8d6f697073225a50d59333d3f213 (diff) | |
download | ports-a79c5a7d1a0ebe8bf31e9fa50d208a06d7cf7ff0.tar.gz ports-a79c5a7d1a0ebe8bf31e9fa50d208a06d7cf7ff0.zip |
Track down the latest USE_GNOME=pkgconfig
Notes
Notes:
svn path=/head/; revision=325971
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/kpackagekit/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/ports-mgmt/kpackagekit/Makefile b/ports-mgmt/kpackagekit/Makefile index 7b6dcc83be43..48b68808a230 100644 --- a/ports-mgmt/kpackagekit/Makefile +++ b/ports-mgmt/kpackagekit/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: kpackagekit -# Date created: 11 May 2010 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# +# Created by: Alberto Villa <avilla@FreeBSD.org> # $FreeBSD$ PORTNAME= KPackageKit @@ -20,10 +17,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= packagekit-qt.14:${PORTSDIR}/ports-mgmt/packagekit-qt4 USE_BZIP2= yes -USE_GNOME= pkgconfig USE_KDE4= automoc4 kdehier kdelibs kdeprefix USE_QT4= moc_build qmake_build rcc_build uic_build -USES= cmake gettext +USES= cmake gettext pkgconfig LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes |