aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libIDL
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-04-22 12:46:36 +0800
committermarcus <marcus@FreeBSD.org>2003-04-22 12:46:36 +0800
commit7f1f373c25f74ecfbaf9c5bfb4074a95228216f6 (patch)
treea275bb65cb1b83d2d0c4e0c043186a0176c357ce /devel/libIDL
parente19daf26a391b9070456a133fb8dbaf46ca059c8 (diff)
downloadfreebsd-ports-gnome-7f1f373c25f74ecfbaf9c5bfb4074a95228216f6.tar.gz
freebsd-ports-gnome-7f1f373c25f74ecfbaf9c5bfb4074a95228216f6.tar.zst
freebsd-ports-gnome-7f1f373c25f74ecfbaf9c5bfb4074a95228216f6.zip
Convert to new GNOME infrastructure.
Diffstat (limited to 'devel/libIDL')
-rw-r--r--devel/libIDL/Makefile4
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>