diff options
Diffstat (limited to 'audio/gtkpod')
-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" |