summaryrefslogtreecommitdiff
path: root/net-im/ktp-contact-list
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 18:41:15 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 18:41:15 +0000
commitbbc8c4d740872dbe971f6164448e5ba893cb166f (patch)
treec756810defa7862a81134a13cec391bfef55e24e /net-im/ktp-contact-list
parent- Switch to USES=libtool, drop .la files (diff)
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
Notes
Notes: svn path=/head/; revision=363371
Diffstat (limited to 'net-im/ktp-contact-list')
-rw-r--r--net-im/ktp-contact-list/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net-im/ktp-contact-list/Makefile b/net-im/ktp-contact-list/Makefile
index 3246014b4321..614ded31e93d 100644
--- a/net-im/ktp-contact-list/Makefile
+++ b/net-im/ktp-contact-list/Makefile
@@ -16,7 +16,6 @@ LIB_DEPENDS= libtelepathy-qt4.so:${PORTSDIR}/net-im/telepathy-qt4 \
USE_KDE4= kdehier kdeprefix kdelibs automoc4
USE_QT4= corelib moc_build qmake_build rcc_build uic_build
-USES= cmake gettext
-USE_BZIP2= yes
+USES= cmake gettext tar:bzip2
.include <bsd.port.mk>