diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-22 04:46:36 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-22 04:46:36 +0000 |
commit | 0874a464094102ad4dc553e7db14969221c7cf95 (patch) | |
tree | 316c72268fa0edde5c158a669c6eb69de6eddfb6 /devel/libIDL | |
parent | 4ad2671dc72463274d5e8748d71f30fa4e94e254 (diff) |
Convert to new GNOME infrastructure.
Notes
Notes:
svn path=/head/; revision=79435
Diffstat (limited to 'devel/libIDL')
-rw-r--r-- | devel/libIDL/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/libIDL/Makefile b/devel/libIDL/Makefile index 67be3d1b3065..fb92ed572620 100644 --- a/devel/libIDL/Makefile +++ b/devel/libIDL/Makefile @@ -16,18 +16,16 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A library for creating trees of CORBA Interface Definition Language files -LIB_DEPENDS= glib-2.0.200:${PORTSDIR}/devel/glib20 - USE_BZIP2= yes USE_GMAKE= yes USE_BISON= yes USE_GNOME= gnomehack 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" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} .include <bsd.port.mk> |