diff options
author | pav <pav@FreeBSD.org> | 2009-03-03 05:36:12 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-03-03 05:36:12 +0800 |
commit | fd98a79b7cb80a7df737f4e8122e6703ea6d0901 (patch) | |
tree | fa78a9f8670418d94b3b111038fcbb7dba75a916 /science | |
parent | 919e4684652a57d23fb802deb2f9ae165a5d2cd6 (diff) | |
download | freebsd-ports-gnome-fd98a79b7cb80a7df737f4e8122e6703ea6d0901.tar.gz freebsd-ports-gnome-fd98a79b7cb80a7df737f4e8122e6703ea6d0901.tar.zst freebsd-ports-gnome-fd98a79b7cb80a7df737f4e8122e6703ea6d0901.zip |
- Mark BROKEN on FreeBSD 6.x, does not compile
Reported by: pointyhat
Diffstat (limited to 'science')
-rw-r--r-- | science/libctl/Makefile | 8 |
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> |