diff options
author | alex <alex@FreeBSD.org> | 2003-02-27 00:17:18 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2003-02-27 00:17:18 +0000 |
commit | 78c0a450d36baeb172297aed6fe236afb7a607b2 (patch) | |
tree | ac9fe3058c94f35c766cafcb313c1538125a194f /math/fxt/Makefile | |
parent | 84492aa3b9e6d97fbdc8d1e411cf2b1562964ebb (diff) | |
download | FreeBSD-ports-78c0a450d36baeb172297aed6fe236afb7a607b2.zip FreeBSD-ports-78c0a450d36baeb172297aed6fe236afb7a607b2.tar.gz |
Fix & update to 2003.02.18
PR: 48593
Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
Diffstat (limited to 'math/fxt/Makefile')
-rw-r--r-- | math/fxt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/fxt/Makefile b/math/fxt/Makefile index 5d55118..f11ac24 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -7,7 +7,7 @@ # PORTNAME= fxt -PORTVERSION= 2002.12.16 +PORTVERSION= 2003.02.18 CATEGORIES= math MASTER_SITES= http://www.jjj.de/fxt/ EXTRACT_SUFX= .tgz @@ -17,7 +17,6 @@ COMMENT= FFT code and related stuff WRKSRC= ${WRKDIR}/${PORTNAME} -USE_GCC= 3.1 USE_GMAKE= yes MAKEFILE= makefile |