diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-05 16:09:55 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-05 16:09:55 +0000 |
commit | ccb25d2ad27a02a25ef28481b67f2ecd624eecfc (patch) | |
tree | 596fba5f73b316d3cf7f5d1ce6469078b551d5cb /audio/gtkpod | |
parent | 69221571368eecbfdb50e86eb6d5bb8a42975417 (diff) | |
download | ports-ccb25d2ad27a02a25ef28481b67f2ecd624eecfc.tar.gz ports-ccb25d2ad27a02a25ef28481b67f2ecd624eecfc.zip |
Notes
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" |