diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-08 16:27:08 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-08 16:27:08 +0800 |
commit | 7a3109de501ffdd07fc857f6a804515dbd1961f0 (patch) | |
tree | a1c0144d6a879ebff0374dcb13c30f85b485baaa /audio/clementine-player | |
parent | 7ebb5245aeea19531a769f4b3695ebf05c176d39 (diff) | |
download | freebsd-ports-graphics-7a3109de501ffdd07fc857f6a804515dbd1961f0.tar.gz freebsd-ports-graphics-7a3109de501ffdd07fc857f6a804515dbd1961f0.tar.zst freebsd-ports-graphics-7a3109de501ffdd07fc857f6a804515dbd1961f0.zip |
Add an explicit dependency on pkgconf
Obtained from: portmgr (bapt)
Diffstat (limited to 'audio/clementine-player')
-rw-r--r-- | audio/clementine-player/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/clementine-player/Makefile b/audio/clementine-player/Makefile index 4ed9c848425..99937a5881e 100644 --- a/audio/clementine-player/Makefile +++ b/audio/clementine-player/Makefile @@ -25,7 +25,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} PROJECTHOST= ${PORTNAME}${PKGNAMESUFFIX} -USES= cmake +USES= cmake pkgconfig USE_GL= glew USE_QT4= dbus gui xml qmake_build uic_build moc_build rcc_build \ linguist_build network sql opengl qtestlib corelib webkit |