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/xloops-ginac | |
parent | 4fa57da4062f2274c7b17a309bd25847e73fbcbb (diff) | |
download | ports-18594b6e3f374ad8773efb45486011425e0ec940.tar.gz ports-18594b6e3f374ad8773efb45486011425e0ec940.zip |
Notes
Diffstat (limited to 'science/xloops-ginac')
-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> |