summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-11-09 14:04:32 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-11-09 14:04:32 +0000
commit67840688388b7b3425948f2f722c3900f38a4a82 (patch)
tree11bd3793f74a7a2b7a4f1d00494c70f1a6901fd8 /x11-toolkits
parentRevert maintainership to ports@ at maintainer's request. (diff)
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>
Notes
Notes: svn path=/head/; revision=34945
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