diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-08 08:27:08 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-08 08:27:08 +0000 |
commit | df1104c674e7d06c58ec449f6c1e580e18b89215 (patch) | |
tree | a1c0144d6a879ebff0374dcb13c30f85b485baaa /audio/clementine-player | |
parent | 71aad140bb587e7d5c9431b60e792837ea48c3c3 (diff) |
Notes
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 4ed9c8484252..99937a5881e0 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 |