diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-16 23:22:40 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-16 23:22:40 +0000 |
commit | 2f2b0d7a5912095e3f6a09600b159845890f8b90 (patch) | |
tree | e6b62c54fc6d7e5603e1a236d965cca97a6d224d /science | |
parent | b2107abbc990962f508ba015bca243cda7810d6a (diff) | |
download | ports-2f2b0d7a5912095e3f6a09600b159845890f8b90.tar.gz ports-2f2b0d7a5912095e3f6a09600b159845890f8b90.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/xloops-ginac/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/science/xloops-ginac/Makefile b/science/xloops-ginac/Makefile index f8fde3c5061c..cbaf723b7636 100644 --- a/science/xloops-ginac/Makefile +++ b/science/xloops-ginac/Makefile @@ -17,6 +17,10 @@ COMMENT= A program calculating Feynman diagrams LIB_DEPENDS= ginac-1.3.8:${PORTSDIR}/math/GiNaC +BROKEN= Does not configure (cannot find GiNaC) +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2008-03-17 + USE_GCC= 3.4 USE_GMAKE= yes USE_GNOME= gnometarget @@ -29,10 +33,4 @@ CFLAGS+= -fpermissive CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2, does not compile with GCC 3.4 against GiNaC compiled with GCC 4.2 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |