diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-01-03 19:41:11 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-01-03 19:41:11 +0000 |
commit | b484805b565261343f321afdfbd983bb4b7aa80b (patch) | |
tree | 64a55fb15ffaa66d0866b5c5b1f6544d5a00bd78 /math/fxt/Makefile | |
parent | a5456779bd07d6af64a7635312aa0d1d6d9966d3 (diff) | |
download | FreeBSD-ports-b484805b565261343f321afdfbd983bb4b7aa80b.zip FreeBSD-ports-b484805b565261343f321afdfbd983bb4b7aa80b.tar.gz |
upgrade to 20021216
PR: 46468
Submitted by: Ports Fury
Diffstat (limited to 'math/fxt/Makefile')
-rw-r--r-- | math/fxt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/fxt/Makefile b/math/fxt/Makefile index c4718cb..ac2a68e 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -7,7 +7,7 @@ # PORTNAME= fxt -PORTVERSION= 2002.10.09 +PORTVERSION= 2002.12.16 CATEGORIES= math MASTER_SITES= http://www.jjj.de/fxt/ EXTRACT_SUFX= .tgz @@ -16,8 +16,8 @@ MAINTAINER= ports@FreeBSD.org WRKSRC= ${WRKDIR}/${PORTNAME} +USE_GCC= 3.1 USE_GMAKE= yes -MAKE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" MAKEFILE= makefile .include <bsd.port.mk> |