diff options
author | alexbl <alexbl@FreeBSD.org> | 2008-03-16 03:29:44 +0800 |
---|---|---|
committer | alexbl <alexbl@FreeBSD.org> | 2008-03-16 03:29:44 +0800 |
commit | 8c640a0e2ba3248c91c044e33b97892459dbf821 (patch) | |
tree | 8030ccca6f7eb84fe4813c6b1d949bb8f7bf00e0 /audio/gx2osd | |
parent | ca29c0192084bd328f5a128b8a96fe6394c40fe0 (diff) | |
download | freebsd-ports-gnome-8c640a0e2ba3248c91c044e33b97892459dbf821.tar.gz freebsd-ports-gnome-8c640a0e2ba3248c91c044e33b97892459dbf821.tar.zst freebsd-ports-gnome-8c640a0e2ba3248c91c044e33b97892459dbf821.zip |
- update xmms2 to 0.4DrKosmos
- update gxmms2 to 0.7 and unbreak
- bump soversion as needed
- trim some clients (azrael, nyello) and bindings (java) that are no longer
maintained
Submitted by: Max Khon <fjoe@samodelkin.net>
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 |