diff options
author | joe <joe@FreeBSD.org> | 2003-07-15 21:16:56 +0800 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2003-07-15 21:16:56 +0800 |
commit | 8b0d60c9d4d8a19c95dae968b71c10803f71460b (patch) | |
tree | d520dae70174fc058cbbf9869cc1554e6330845a /math/drgeo/Makefile | |
parent | 4366ec5ffb894c544c916e17f6f55c842c0bc543 (diff) | |
download | freebsd-ports-gnome-8b0d60c9d4d8a19c95dae968b71c10803f71460b.tar.gz freebsd-ports-gnome-8b0d60c9d4d8a19c95dae968b71c10803f71460b.tar.zst freebsd-ports-gnome-8b0d60c9d4d8a19c95dae968b71c10803f71460b.zip |
Do a more complete upgrade.
PR: ports/52716
Diffstat (limited to 'math/drgeo/Makefile')
-rw-r--r-- | math/drgeo/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/math/drgeo/Makefile b/math/drgeo/Makefile index 7211d8e5f4ee..2f706bb3f440 100644 --- a/math/drgeo/Makefile +++ b/math/drgeo/Makefile @@ -7,6 +7,7 @@ PORTNAME= drgenius PORTVERSION= 0.8.4 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.ofset.org/drgenius/ @@ -17,16 +18,10 @@ BUILD_DEPENDS= gob:${PORTSDIR}/x11-toolkits/gob LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile USE_X_PREFIX= yes -USE_REINPLACE= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack libglade +USE_GNOME= gnomehack gnomeprefix gnometarget libglade GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + LDFLAGS="-L${LOCALBASE}/lib" .include <bsd.port.mk> |