diff options
author | marcus <marcus@FreeBSD.org> | 2003-05-06 00:09:55 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-05-06 00:09:55 +0800 |
commit | bffbdc409e0c27188820515a82564f47e63bcd86 (patch) | |
tree | d413b0b1fbef48f1e88cf6466648a087a0bf4f26 /audio | |
parent | 0e34bee7bc557d54a64972a2396ad89183bab64b (diff) | |
download | freebsd-ports-gnome-bffbdc409e0c27188820515a82564f47e63bcd86.tar.gz freebsd-ports-gnome-bffbdc409e0c27188820515a82564f47e63bcd86.tar.zst freebsd-ports-gnome-bffbdc409e0c27188820515a82564f47e63bcd86.zip |
Convert to new GNOME infrastructure which fixes build on bento.
Reported by: bento
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gtkpod/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gtkpod/Makefile b/audio/gtkpod/Makefile index 4f5c1c3a26e6..98d5ae9e70f6 100644 --- a/audio/gtkpod/Makefile +++ b/audio/gtkpod/Makefile @@ -14,14 +14,14 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= david@dyn-ns.net COMMENT= A GUI to upload songs and playlists to iPod -LIB_DEPENDS= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 \ - id3-3.8.2:${PORTSDIR}/audio/id3lib \ +LIB_DEPENDS= id3-3.8.2:${PORTSDIR}/audio/id3lib \ gnugetopt.1:${PORTSDIR}/devel/libgnugetopt USE_REINPLACE= yes USE_X_PREFIX= yes USE_GMAKE= yes +USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" |