summaryrefslogtreecommitdiff
path: root/x11-toolkits/rep-gtk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/rep-gtk/Makefile')
-rw-r--r--x11-toolkits/rep-gtk/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/rep-gtk/Makefile b/x11-toolkits/rep-gtk/Makefile
index 8cabca1d70a2..37ad8db90f82 100644
--- a/x11-toolkits/rep-gtk/Makefile
+++ b/x11-toolkits/rep-gtk/Makefile
@@ -29,7 +29,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
.include <bsd.port.pre.mk>
.if defined(HAVE_GNOME)
-LIB_DEPENDS+= glade.4:${PORTSDIR}/devel/libglade
+LIB_DEPENDS+= glade.4:${PORTSDIR}/devel/libglade \
+ gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
+USE_GNOMELIBS= yes
CONFIGURE_ARGS= --with-gnome --with-libglade --with-gdk-pixbuf \
--with-gnome-canvas-pixbuf
.else