summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2006-02-26 22:58:58 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2006-02-26 22:58:58 +0000
commit5bcd8328bde7abd91e64625985f4893f145ad8fd (patch)
tree238ae2158b0b4cb17fffb57001ece453e32ad68a /audio
parentUnbreak by updating to latest stable version. (diff)
While previous commit should have fixed port breakage, depend on gtk20
instead of glib20 since libgpod makes usage of gdk_pixbuf. While here, kill nearby USE_REINPLACE, which is no-op now. Approved by: portmgr (marcus)
Notes
Notes: svn path=/head/; revision=156842
Diffstat (limited to 'audio')
-rw-r--r--audio/libgpod/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/libgpod/Makefile b/audio/libgpod/Makefile
index c6f015de906e..5e51dc7149b2 100644
--- a/audio/libgpod/Makefile
+++ b/audio/libgpod/Makefile
@@ -14,9 +14,8 @@ MASTER_SITE_SUBDIR= gtkpod
MAINTAINER= danfe@FreeBSD.org
COMMENT= A library for direct access of iPod's contents
-USE_GNOME= glib20
+USE_GNOME= gtk20
USE_GETTEXT= yes
-USE_REINPLACE= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \