diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-16 19:34:41 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-16 19:34:41 +0000 |
commit | e4ae47752b890824ce2d544854b4469b34581f08 (patch) | |
tree | 1f3680490b9871370979084139d11165e4643375 /math/GiNaC/Makefile | |
parent | 45338d72a6c462055a0d1cbeb8a46d38d65be37c (diff) | |
download | ports-e4ae47752b890824ce2d544854b4469b34581f08.tar.gz ports-e4ae47752b890824ce2d544854b4469b34581f08.zip |
Notes
Diffstat (limited to 'math/GiNaC/Makefile')
-rw-r--r-- | math/GiNaC/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index 74ea2311c0a8..b4678ff635e4 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -7,8 +7,7 @@ # PORTNAME= GiNaC -PORTVERSION= 1.1.6 -PORTREVISION= 2 +PORTVERSION= 1.2.3 CATEGORIES= math MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ http://www.ginac.de/ @@ -19,6 +18,7 @@ COMMENT= A C++ library for symbolic mathematical calculations LIB_DEPENDS= cln.3:${PORTSDIR}/math/cln USE_BZIP2= yes +USE_GCC= 3.3 USE_GNOME= gnomehack gnometarget pkgconfig USE_GMAKE= yes GNU_CONFIGURE= yes @@ -38,14 +38,6 @@ LDFLAGS= -L${LOCALBASE}/lib BROKEN= "Configure fails on amd64" .endif -.if ${OSVERSION} < 500035 -BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport -RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport -CPPFLAGS+= -I${LOCALBASE}/include/stlport ${PTHREAD_CFLAGS} -LDFLAGS+= -lstlport_gcc ${PTHREAD_LIBS} -CFLAGS+= -O0 -.endif - post-extract: @${RM} -f ${WRKSRC}/doc/tutorial/ginac.info* |