summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/rep-gtk2
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-11-09 14:04:32 +0000
committersobomax <sobomax@FreeBSD.org>2000-11-09 14:04:32 +0000
commit8941917ff2e53bef47fabf22cc33a23cb70046b9 (patch)
tree185e40376426118892f38654e87769387d269f87 /x11-toolkits/rep-gtk2
parent0f13c392f2c18bac69ed52aaa33a838499738b6d (diff)
downloadFreeBSD-ports-8941917ff2e53bef47fabf22cc33a23cb70046b9.zip
FreeBSD-ports-8941917ff2e53bef47fabf22cc33a23cb70046b9.tar.gz
Provide workarround for bug in bsd.gnome.mk, which in the case of WANT_GNOME
and HAVE_GNOME defined doesn't provide GNOME/NOGNOME PLIST_SUB. Submitted by: Jimmy Olgeni <olgeni@uli.it>
Diffstat (limited to 'x11-toolkits/rep-gtk2')
-rw-r--r--x11-toolkits/rep-gtk2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/rep-gtk2/Makefile b/x11-toolkits/rep-gtk2/Makefile
index 8cabca1..37ad8db 100644
--- a/x11-toolkits/rep-gtk2/Makefile
+++ b/x11-toolkits/rep-gtk2/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
OpenPOWER on IntegriCloud