diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-01-30 01:09:44 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-01-30 01:09:44 +0000 |
commit | 8a6a97bf83ff26e4ad476238e35ee2b3b7d299c6 (patch) | |
tree | 22e21495b3be5b36f7f762b4679e0761dc416e9d /math/GiNaC/Makefile | |
parent | 3fd4f3b7d71846e581df7dabc26e0ca2e45ccd41 (diff) | |
download | ports-8a6a97bf83ff26e4ad476238e35ee2b3b7d299c6.tar.gz ports-8a6a97bf83ff26e4ad476238e35ee2b3b7d299c6.zip |
Notes
Diffstat (limited to 'math/GiNaC/Makefile')
-rw-r--r-- | math/GiNaC/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index d6895040d112..9949e9918bf3 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -7,7 +7,7 @@ # PORTNAME= GiNaC -PORTVERSION= 1.5.5 +PORTVERSION= 1.5.6 CATEGORIES= math MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ http://www.ginac.de/ @@ -37,10 +37,6 @@ LDFLAGS= -L${LOCALBASE}/lib BROKEN= Does not build on alpha .endif -.if ${OSVERSION} < 700042 -USE_GCC= 4.2+ -.endif - post-patch: @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/configure .if ${ARCH} != "i386" |