diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-12 05:56:28 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-12 05:56:28 +0000 |
commit | 878d70a75592dd0e73ca9404d71a8cf4c56080f4 (patch) | |
tree | b95af97c82797426c8c1fec171a8db21c4a601a4 /audio/nogger | |
parent | 0fa106bb07b688544bc43cde87a12d2bfe00f6cf (diff) | |
download | FreeBSD-ports-878d70a75592dd0e73ca9404d71a8cf4c56080f4.zip FreeBSD-ports-878d70a75592dd0e73ca9404d71a8cf4c56080f4.tar.gz |
Teach this port about USE_GNOME, add add the gtk20 component to fix the build
with gtk+-2.4.
Reported by: bento via kris
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 eb155f0..e67b341 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> |