diff options
author | marcus <marcus@FreeBSD.org> | 2002-07-14 23:09:04 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-07-14 23:09:04 +0800 |
commit | 54834571508253e56322c2b7242d65d30317a5ae (patch) | |
tree | ca4189fe77439436638c523b067ddcc2bf81f127 /x11-toolkits/guile-gnome | |
parent | 5e9e122e02d4dc961ec450819de752159a7d214e (diff) | |
download | freebsd-ports-gnome-54834571508253e56322c2b7242d65d30317a5ae.tar.gz freebsd-ports-gnome-54834571508253e56322c2b7242d65d30317a5ae.tar.zst freebsd-ports-gnome-54834571508253e56322c2b7242d65d30317a5ae.zip |
Use USE_GNOMENG.
Diffstat (limited to 'x11-toolkits/guile-gnome')
-rw-r--r-- | x11-toolkits/guile-gnome/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/guile-gnome/Makefile b/x11-toolkits/guile-gnome/Makefile index 9c8d69ace9c6..53119c221507 100644 --- a/x11-toolkits/guile-gnome/Makefile +++ b/x11-toolkits/guile-gnome/Makefile @@ -18,7 +18,8 @@ MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS= guilegtk-1.2.0:${PORTSDIR}/x11-toolkits/guile-gtk USE_LIBTOOL= yes -USE_GNOME= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix bonobo gtkhtml libglade INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-bonobo --with-gtkhtml --without-gal \ --with-libglade --with-gdkpixbuf --with-ghttp |