diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-07 18:42:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-07 18:42:25 +0000 |
commit | 336b31c3940aea29270fc9fd9b51d3ba1633729e (patch) | |
tree | ab986f61fb6fef3625ba83cee9ea5d304243bfe8 /devel/libIDL | |
parent | add ocaml-images 2.10 (diff) |
Update to GNOME 2.2.
This is Phase I. All existing ports have been updated to their GNOME 2.2
counterparts.
Notes
Notes:
svn path=/head/; revision=75035
Diffstat (limited to 'devel/libIDL')
-rw-r--r-- | devel/libIDL/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/libIDL/Makefile b/devel/libIDL/Makefile index ef24d0667882..9a0495394e25 100644 --- a/devel/libIDL/Makefile +++ b/devel/libIDL/Makefile @@ -7,6 +7,7 @@ PORTNAME= libIDL PORTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.8 @@ -14,11 +15,13 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= glib-2.0.0:${PORTSDIR}/devel/glib20 +LIB_DEPENDS= glib-2.0.200:${PORTSDIR}/devel/glib20 USE_BZIP2= yes USE_GMAKE= yes USE_BISON= yes +USE_GNOMENG= yes +USE_GNOME= gnomehack USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes @@ -27,8 +30,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} -pre-patch: - @find ${WRKSRC} -name Makefile.in | xargs ${REINPLACE_CMD} -e \ - 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' - .include <bsd.port.mk> |