summaryrefslogtreecommitdiff
path: root/ports-mgmt/kpackagekit
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2013-04-24 07:35:40 +0000
committerAlex Kozlov <ak@FreeBSD.org>2013-04-24 07:35:40 +0000
commit08c99f3ad5e81fd0d89c32e9337608d9a9bb4e35 (patch)
tree83aac97dcee746842718f1f34dfa58caca71df28 /ports-mgmt/kpackagekit
parentfixed a mozc-el build issue (diff)
- Convert USE_GETTEXT to USES (part 1)
Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=316407
Diffstat (limited to 'ports-mgmt/kpackagekit')
-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 7ce69331ebe1..b7af9ab45594 100644
--- a/ports-mgmt/kpackagekit/Makefile
+++ b/ports-mgmt/kpackagekit/Makefile
@@ -20,12 +20,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= packagekit-qt.14:${PORTSDIR}/ports-mgmt/packagekit-qt4
USE_BZIP2= yes
-USE_GETTEXT= yes
USE_GNOME= pkgconfig
USE_KDE4= automoc4 kdehier kdelibs kdeprefix
USE_QT4= moc_build qmake_build rcc_build uic_build
MAKE_JOBS_SAFE= yes
-USES= cmake
+USES= cmake gettext
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes