aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2006-02-27 06:58:58 +0800
committerdanfe <danfe@FreeBSD.org>2006-02-27 06:58:58 +0800
commitd47433c04c45497b5e182210e40a71fbf720d89c (patch)
tree1481de49123e6b814cc51a1638928009600bb1df /audio
parenteee89bb0e7e27db17eb746efb52071f2d31cad43 (diff)
downloadfreebsd-ports-gnome-d47433c04c45497b5e182210e40a71fbf720d89c.tar.gz
freebsd-ports-gnome-d47433c04c45497b5e182210e40a71fbf720d89c.tar.zst
freebsd-ports-gnome-d47433c04c45497b5e182210e40a71fbf720d89c.zip
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)
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" \