diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 09:53:45 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 09:53:45 +0800 |
commit | 95e1b4adc3c217295ee0fb10edc368df8849ce34 (patch) | |
tree | 6212c15a36a0bd64fc1b3b0aa4e89010d9b60a69 /math/matrices | |
parent | ec40c1b18590a321d5dbd5ebbd73bea024902e87 (diff) | |
download | freebsd-ports-gnome-95e1b4adc3c217295ee0fb10edc368df8849ce34.tar.gz freebsd-ports-gnome-95e1b4adc3c217295ee0fb10edc368df8849ce34.tar.zst freebsd-ports-gnome-95e1b4adc3c217295ee0fb10edc368df8849ce34.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'math/matrices')
-rw-r--r-- | math/matrices/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/math/matrices/Makefile b/math/matrices/Makefile index 35baf9b222b8..d6bd98cfd857 100644 --- a/math/matrices/Makefile +++ b/math/matrices/Makefile @@ -20,10 +20,4 @@ PLIST_FILES= bin/${PORTNAME} MAN1= ${PORTNAME}.1 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -IGNORE= does not build -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |