diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-16 06:13:31 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-16 06:13:31 +0000 |
commit | fb61badb3b8f92c3b6c6b635e728c74ac4027bb6 (patch) | |
tree | 5afb5e0f58024fd52a130a65f1a2aaa98fa36e59 /graphics/Coin/Makefile | |
parent | fix x11-wm/flwm: (diff) |
update graphics/Coin: 2.0.2 -> 2.1.0
PR: 54494
Submitted by: Roland Jesse <roland.jesse@gmx.net> (maintainer)
Diffstat (limited to 'graphics/Coin/Makefile')
-rw-r--r-- | graphics/Coin/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/graphics/Coin/Makefile b/graphics/Coin/Makefile index f537be3a274e..b45b63ee24b4 100644 --- a/graphics/Coin/Makefile +++ b/graphics/Coin/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Coin -PORTVERSION= 2.0.2 +PORTVERSION= 2.1.0 CATEGORIES= graphics MASTER_SITES= ftp://ftp.coin3d.org/pub/coin/src/ @@ -27,11 +27,6 @@ INSTALLS_SHLIB= yes MAN1= coin-config.1 -# Fixed in Coin's CVS but needed for the 2.0.0 release: -pre-configure: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/configure - post-patch: @${REINPLACE_CMD} -e 's|DATA install-data-local|DATA|g' ${WRKSRC}/Makefile.in |