diff options
author | pav <pav@FreeBSD.org> | 2007-12-17 07:22:40 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-12-17 07:22:40 +0800 |
commit | bbf92246df6be49ba42503f3ac79f8516906b7b5 (patch) | |
tree | b92bd609923cf1f112fec9f28097270bc72843c5 /science | |
parent | c1f9cf7bf596fbd682c073c61bef1a09b6d2d664 (diff) | |
download | freebsd-ports-gnome-bbf92246df6be49ba42503f3ac79f8516906b7b5.tar.gz freebsd-ports-gnome-bbf92246df6be49ba42503f3ac79f8516906b7b5.tar.zst freebsd-ports-gnome-bbf92246df6be49ba42503f3ac79f8516906b7b5.zip |
- BROKEN everywhere; set 3-m expiration period
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> |