diff options
author | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2008-03-15 19:29:44 +0000 |
---|---|---|
committer | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2008-03-15 19:29:44 +0000 |
commit | b6beb8863b11df5eda6c3d7cec3a06c436c74c25 (patch) | |
tree | 4bcb8de86613f61f178911daa1598e3a43b95d4a /audio/esperanza | |
parent | 0fb86bb8bb24c97eba16d8d72c736b56399f7912 (diff) |
Notes
Diffstat (limited to 'audio/esperanza')
-rw-r--r-- | audio/esperanza/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/esperanza/Makefile b/audio/esperanza/Makefile index e60cf35b4491..0e0fef559f0b 100644 --- a/audio/esperanza/Makefile +++ b/audio/esperanza/Makefile @@ -13,8 +13,8 @@ MASTER_SITES= http://xmms2.xmms.se/~tru/esperanza/0.3/ MAINTAINER= alexbl@FreeBSD.org COMMENT= Advanced QT4 XMMS2 client -BUILD_DEPENDS= ${LOCALBASE}/lib/libxmmsclient++.so.1:${PORTSDIR}/audio/cpp-xmms2 -RUN_DEPENDS= ${LOCALBASE}/lib/libxmmsclient++.so.1:${PORTSDIR}/audio/cpp-xmms2 +BUILD_DEPENDS= ${LOCALBASE}/lib/libxmmsclient++.so.2:${PORTSDIR}/audio/cpp-xmms2 +RUN_DEPENDS= ${LOCALBASE}/lib/libxmmsclient++.so.2:${PORTSDIR}/audio/cpp-xmms2 USE_QT_VER= 4 QT_COMPONENTS= gui moc qmake rcc uic xml network imageformats |