aboutsummaryrefslogtreecommitdiffstats
path: root/math/matrices
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-10-04 09:53:45 +0800
committeredwin <edwin@FreeBSD.org>2007-10-04 09:53:45 +0800
commit95e1b4adc3c217295ee0fb10edc368df8849ce34 (patch)
tree6212c15a36a0bd64fc1b3b0aa4e89010d9b60a69 /math/matrices
parentec40c1b18590a321d5dbd5ebbd73bea024902e87 (diff)
downloadfreebsd-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/Makefile8
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>