summaryrefslogtreecommitdiff
path: root/math/jags
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 01:53:45 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 01:53:45 +0000
commit81cd10f8d2bfe2ad25124f31d629351947acaa56 (patch)
tree742a328cb0389824bd34ff86bbf3e7ae02e3125a /math/jags
parentRemove always-false/true conditions based on OSVERSION 500000 (diff)
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes: svn path=/head/; revision=200775
Diffstat (limited to 'math/jags')
-rw-r--r--math/jags/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/math/jags/Makefile b/math/jags/Makefile
index 7b4c17b2eb67..1b6ac5b1c122 100644
--- a/math/jags/Makefile
+++ b/math/jags/Makefile
@@ -37,12 +37,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS=-I${PREFIX}/include LDFLAGS=-L${PREFIX}/lib F77="${F77}"
USE_FORTRAN= yes
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= "Does not compile on 4.x"
-.endif
-
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
@@ -53,4 +47,4 @@ post-install:
-s ':^bugs-examples/*::' )
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>