diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-11-09 14:04:32 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-11-09 14:04:32 +0000 |
commit | 8941917ff2e53bef47fabf22cc33a23cb70046b9 (patch) | |
tree | 185e40376426118892f38654e87769387d269f87 /x11-toolkits/rep-gtk2 | |
parent | 0f13c392f2c18bac69ed52aaa33a838499738b6d (diff) | |
download | FreeBSD-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/Makefile | 4 |
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 |