diff options
author | kwm <kwm@FreeBSD.org> | 2010-12-26 06:10:43 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2010-12-26 06:10:43 +0800 |
commit | 70ebb6fd53a1461525f6259a82b31bc0d2d08248 (patch) | |
tree | 8faae72fa7df67e4feff43b97c8468e97630aa66 /audio | |
parent | 1cafd41ddefc1d4ff515a082369b455d1ff89526 (diff) | |
download | freebsd-ports-gnome-70ebb6fd53a1461525f6259a82b31bc0d2d08248.tar.gz freebsd-ports-gnome-70ebb6fd53a1461525f6259a82b31bc0d2d08248.tar.zst freebsd-ports-gnome-70ebb6fd53a1461525f6259a82b31bc0d2d08248.zip |
Remove broken. At some point between that I tested this and now the build
problem got resolved
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gx2osd/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/gx2osd/Makefile b/audio/gx2osd/Makefile index b9ef77619f83..2b747a717226 100644 --- a/audio/gx2osd/Makefile +++ b/audio/gx2osd/Makefile @@ -19,8 +19,6 @@ LIB_DEPENDS= gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \ BUILD_DEPENDS= ${LOCALBASE}/lib/libxmmsclient++.so.3:${PORTSDIR}/audio/cpp-xmms2 RUN_DEPENDS= ${LOCALBASE}/lib/libxmmsclient++.so.3:${PORTSDIR}/audio/cpp-xmms2 -BROKEN= Doesn't compile with Glib 2.26 / Gtk 2.22 - USE_BZIP2= yes USE_PYTHON_BUILD= yes |