diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-24 03:36:59 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-24 03:36:59 +0000 |
commit | 199dc044ceacb6aafaad236b6d470f811e65d69e (patch) | |
tree | e659cf4abbb17ccb2985a762f330e0faf81ba0ec /devel/libIDL | |
parent | Update WWW and use $MASTER_SITE_SOURCEFORGE. (diff) |
Don't I feel stupid. Only use one USE_GNOME line so that gnomehack is
properly implemented.
Notes
Notes:
svn path=/head/; revision=79558
Diffstat (limited to 'devel/libIDL')
-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 fb92ed572620..45b2567125b3 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" \ |