diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-03 11:26:48 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-03 11:26:48 +0000 |
commit | 0438143249634ab5028e53cb468d99a894c62995 (patch) | |
tree | 204c01c7973e83331fc29d8b09e59b3e9f219bd6 /math/libranlip/Makefile | |
parent | 68f48ea6c2e03359333e7b211625e51e06aa2026 (diff) | |
download | ports-0438143249634ab5028e53cb468d99a894c62995.tar.gz ports-0438143249634ab5028e53cb468d99a894c62995.zip |
Notes
Diffstat (limited to 'math/libranlip/Makefile')
-rw-r--r-- | math/libranlip/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/math/libranlip/Makefile b/math/libranlip/Makefile index c1fe9519b07f..666c1962b7d3 100644 --- a/math/libranlip/Makefile +++ b/math/libranlip/Makefile @@ -38,10 +38,4 @@ test: build @(cd ${WRKSRC}/examples && ./${_prog}) .endfor -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -BROKEN= fails to build -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |