diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-12 05:56:28 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-12 05:56:28 +0000 |
commit | eb6d27d31d89d94bdd0d7e30c7b69e2269744e9b (patch) | |
tree | d3ef3ff25cd186af4f333f93fb908a5ff14247cd /audio/nogger | |
parent | - Update to version 0.62.3 (diff) |
Teach this port about USE_GNOME, add add the gtk20 component to fix the build
with gtk+-2.4.
Reported by: bento via kris
Notes
Notes:
svn path=/head/; revision=106790
Diffstat (limited to 'audio/nogger')
-rw-r--r-- | audio/nogger/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/nogger/Makefile b/audio/nogger/Makefile index eb155f0fc751..e67b34137916 100644 --- a/audio/nogger/Makefile +++ b/audio/nogger/Makefile @@ -14,8 +14,9 @@ MASTER_SITES= http://www.efd.lth.se/~d00jkr/nogger/ MAINTAINER= trevor@FreeBSD.org COMMENT= No-frills, GTK-based Ogg Vorbis player -LIB_DEPENDS= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 \ - vorbis.3:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis + +USE_GNOME= gtk20 .include <bsd.port.pre.mk> |