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/gx2osd | |
parent | 0fb86bb8bb24c97eba16d8d72c736b56399f7912 (diff) |
Notes
Diffstat (limited to 'audio/gx2osd')
-rw-r--r-- | audio/gx2osd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/gx2osd/Makefile b/audio/gx2osd/Makefile index af130dd7907b..79450b157bef 100644 --- a/audio/gx2osd/Makefile +++ b/audio/gx2osd/Makefile @@ -13,10 +13,10 @@ MAINTAINER= alexbl@FreeBSD.org COMMENT= An OSD client for XMMS2 LIB_DEPENDS= gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \ - glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \ - xerces-c.27:${PORTSDIR}/textproc/xerces-c2 -BUILD_DEPENDS= ${LOCALBASE}/lib/libxmmsclient++.so.1:${PORTSDIR}/audio/cpp-xmms2 -RUN_DEPENDS= ${LOCALBASE}/lib/libxmmsclient++.so.1:${PORTSDIR}/audio/cpp-xmms2 + glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \ + xerces-c.27:${PORTSDIR}/textproc/xerces-c2 +BUILD_DEPENDS= ${LOCALBASE}/lib/libxmmsclient++.so.2:${PORTSDIR}/audio/cpp-xmms2 +RUN_DEPENDS= ${LOCALBASE}/lib/libxmmsclient++.so.2:${PORTSDIR}/audio/cpp-xmms2 USE_BZIP2= yes USE_PYTHON_BUILD= yes |