diff options
author | pav <pav@FreeBSD.org> | 2009-12-10 07:34:22 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-12-10 07:34:22 +0800 |
commit | 362db18ef0757610f5466d05dccaee551e1a9a5a (patch) | |
tree | 6fb5809b1a37e95b8b38b8f7de22e0198c279ee5 | |
parent | 0da80bd2944e2cde6e0c9e0af7397b22a95ea6f5 (diff) | |
download | freebsd-ports-gnome-362db18ef0757610f5466d05dccaee551e1a9a5a.tar.gz freebsd-ports-gnome-362db18ef0757610f5466d05dccaee551e1a9a5a.tar.zst freebsd-ports-gnome-362db18ef0757610f5466d05dccaee551e1a9a5a.zip |
- Mark BROKEN on 6.X
Reported by: pointyhat
-rw-r--r-- | www/ftasv/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/www/ftasv/Makefile b/www/ftasv/Makefile index bd1a507cb269..5304fc602ec0 100644 --- a/www/ftasv/Makefile +++ b/www/ftasv/Makefile @@ -23,6 +23,12 @@ SUB_FILES= pkg-message PORTDOCS= AUTHORS COPYING ChangeLog README +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 700000 +BROKEN= does not link on 6.X +.endif + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} @@ -31,4 +37,5 @@ post-install: .endfor .endif @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> + +.include <bsd.port.post.mk> |