diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-24 03:36:59 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-24 03:36:59 +0000 |
commit | 5f3cee8150aa9581eb416df055e0e2376835098a (patch) | |
tree | 1ea44717c84c30bc7107a42a6d3dcd43e9084153 /devel/libIDL/Makefile | |
parent | 03b2546b30ee2f70e68085a757c14ecc741aa168 (diff) | |
download | FreeBSD-ports-5f3cee8150aa9581eb416df055e0e2376835098a.zip FreeBSD-ports-5f3cee8150aa9581eb416df055e0e2376835098a.tar.gz |
Don't I feel stupid. Only use one USE_GNOME line so that gnomehack is
properly implemented.
Diffstat (limited to 'devel/libIDL/Makefile')
-rw-r--r-- | devel/libIDL/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/libIDL/Makefile b/devel/libIDL/Makefile index fb92ed5..45b2567 100644 --- a/devel/libIDL/Makefile +++ b/devel/libIDL/Makefile @@ -19,10 +19,9 @@ COMMENT= A library for creating trees of CORBA Interface Definition Language fil USE_BZIP2= yes USE_GMAKE= yes USE_BISON= yes -USE_GNOME= gnomehack +USE_GNOME= gnomehack glib20 USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_GNOME= glib20 USE_LIBTOOL= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |