aboutsummaryrefslogtreecommitdiff
path: root/science/libctl
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-03-02 21:36:12 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-03-02 21:36:12 +0000
commit911b7e57d57140672846aba031c87c3d19fc3de2 (patch)
treec3040e3a1341bdb25be4a17dab9dd4c70da8ea4a /science/libctl
parent0b3d180207e4a3039524cdc7c767413aca6249bb (diff)
downloadports-911b7e57d57140672846aba031c87c3d19fc3de2.tar.gz
ports-911b7e57d57140672846aba031c87c3d19fc3de2.zip
- Mark BROKEN on FreeBSD 6.x, does not compile
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=229373
Diffstat (limited to 'science/libctl')
-rw-r--r--science/libctl/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/science/libctl/Makefile b/science/libctl/Makefile
index 0e469057aea3..a8cb1905c42d 100644
--- a/science/libctl/Makefile
+++ b/science/libctl/Makefile
@@ -23,6 +23,12 @@ USE_LDCONFIG= yes
MAN1= gen-ctl-io.1
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 700000
+BROKEN= does not compile on FreeBSD 6.X
+.endif
+
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@@ -33,4 +39,4 @@ post-install:
${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>