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/ORBit2/Makefile | |
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/ORBit2/Makefile')
-rw-r--r-- | devel/ORBit2/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile index f2d205dea3b1..5898a1a822cb 100644 --- a/devel/ORBit2/Makefile +++ b/devel/ORBit2/Makefile @@ -6,10 +6,10 @@ # PORTNAME= ORBit2 -PORTVERSION= 2.4.4 +PORTVERSION= 2.6.0 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.4 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.6 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org @@ -23,12 +23,14 @@ USE_GMAKE= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes +USE_GNOMENG= yes +USE_GNOME= gnomehack CONFIGURE_ARGS= --disable-indent CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} -pre-patch: +post-patch: @find ${WRKSRC} -type f | xargs ${GREP} -l LINC_THREADSAFE | \ xargs ${REINPLACE_CMD} -e 's|LINC_THREADSAFE|G_THREADS_ENABLED|g' |