diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-08 14:06:52 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-08 14:06:52 +0000 |
commit | 2cd49f91b6c7bfca5657f9dc22cfb6b230170df9 (patch) | |
tree | eb26e0f893923526fdaff7714846561c6db8db32 /net-im | |
parent | ec7259ec32019cae99f130a03185186ec12aced7 (diff) |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=326730
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/tapioca-qt/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-im/tapioca-qt/Makefile b/net-im/tapioca-qt/Makefile index a9196b05df36..aea45c190398 100644 --- a/net-im/tapioca-qt/Makefile +++ b/net-im/tapioca-qt/Makefile @@ -1,7 +1,4 @@ -# New ports collection Makefile for: tapioca-qt -# Date created: 2008-02-10 -# Whom: arved -# +# Created by: arved # $FreeBSD$ PORTNAME= tapioca-qt @@ -20,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/../COPYING WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/build -USES= cmake +USES= cmake pkgconfig CMAKE_SOURCE_PATH= .. USE_QT4= corelib qmake_build uic_build moc_build rcc_build USE_LDCONFIG= yes |