diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 09:07:25 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 09:07:25 +0000 |
commit | c667d592b23c7102726313fd582f52fb28a8d022 (patch) | |
tree | bdcf051166ed133762fb5026a557be285cdebb70 /audio/gx2osd | |
parent | - Unquote MAKE_ENV values (diff) |
- Chase cpp-xmms2 update
Diffstat (limited to 'audio/gx2osd')
-rw-r--r-- | audio/gx2osd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/gx2osd/Makefile b/audio/gx2osd/Makefile index a768a56d783a..c968f0833163 100644 --- a/audio/gx2osd/Makefile +++ b/audio/gx2osd/Makefile @@ -6,7 +6,7 @@ PORTNAME= gx2osd PORTVERSION= 0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://eclipser.no-ip.org/ @@ -16,8 +16,8 @@ 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.2:${PORTSDIR}/audio/cpp-xmms2 -RUN_DEPENDS= ${LOCALBASE}/lib/libxmmsclient++.so.2:${PORTSDIR}/audio/cpp-xmms2 +BUILD_DEPENDS= ${LOCALBASE}/lib/libxmmsclient++.so.3:${PORTSDIR}/audio/cpp-xmms2 +RUN_DEPENDS= ${LOCALBASE}/lib/libxmmsclient++.so.3:${PORTSDIR}/audio/cpp-xmms2 USE_BZIP2= yes USE_PYTHON_BUILD= yes |