diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-14 15:09:04 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-14 15:09:04 +0000 |
commit | dea943b3d60236c014dcc6195268f560ada77e68 (patch) | |
tree | 27c49b12b033283cf609f39a7c0f325b719b883b /x11-toolkits/guile-gnome | |
parent | 4698a646cf2b4629792832f72a1dfe7edc28dbc4 (diff) | |
download | ports-dea943b3d60236c014dcc6195268f560ada77e68.tar.gz ports-dea943b3d60236c014dcc6195268f560ada77e68.zip |
Use USE_GNOMENG.
Notes
Notes:
svn path=/head/; revision=62930
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 |