aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-11-09 22:04:32 +0800
committersobomax <sobomax@FreeBSD.org>2000-11-09 22:04:32 +0800
commit8941917ff2e53bef47fabf22cc33a23cb70046b9 (patch)
tree185e40376426118892f38654e87769387d269f87 /x11-toolkits
parent0f13c392f2c18bac69ed52aaa33a838499738b6d (diff)
downloadfreebsd-ports-gnome-8941917ff2e53bef47fabf22cc33a23cb70046b9.tar.gz
freebsd-ports-gnome-8941917ff2e53bef47fabf22cc33a23cb70046b9.tar.zst
freebsd-ports-gnome-8941917ff2e53bef47fabf22cc33a23cb70046b9.zip
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')
-rw-r--r--x11-toolkits/rep-gtk/Makefile4
-rw-r--r--x11-toolkits/rep-gtk2/Makefile4
2 files changed, 6 insertions, 2 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
diff --git a/x11-toolkits/rep-gtk2/Makefile b/x11-toolkits/rep-gtk2/Makefile
index 8cabca1d70a2..37ad8db90f82 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