diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-11-24 17:56:10 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-11-24 17:56:10 +0000 |
commit | 18594b6e3f374ad8773efb45486011425e0ec940 (patch) | |
tree | f80cd94a84d51eb577f75734790b9ab073e07003 /science | |
parent | BROKEN: Does not compile (diff) |
BROKEN on 6.x: Does not compile
Notes
Notes:
svn path=/head/; revision=122321
Diffstat (limited to 'science')
-rw-r--r-- | science/xloops-ginac/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/science/xloops-ginac/Makefile b/science/xloops-ginac/Makefile index dcb7122d913a..abba18f7c4df 100644 --- a/science/xloops-ginac/Makefile +++ b/science/xloops-ginac/Makefile @@ -29,4 +29,10 @@ CFLAGS+= -O0 CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 600006 +BROKEN= "Does not compile on FreeBSD >= 6.x" +.endif + +.include <bsd.port.post.mk> |