aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2011-05-02 06:29:52 +0800
committerpav <pav@FreeBSD.org>2011-05-02 06:29:52 +0800
commit3cf4fef80e4c506e05f8eb74dfa364ec2659d3fb (patch)
treecf0c7c5cc6bc5ad83e8c58c185b4b7dbaa5061f9 /mail
parentad95271bf1780dc262457b9f068f54488872c122 (diff)
downloadfreebsd-ports-gnome-3cf4fef80e4c506e05f8eb74dfa364ec2659d3fb.tar.gz
freebsd-ports-gnome-3cf4fef80e4c506e05f8eb74dfa364ec2659d3fb.tar.zst
freebsd-ports-gnome-3cf4fef80e4c506e05f8eb74dfa364ec2659d3fb.zip
- Mark BROKEN on 9-CURRENT
Reported by: pointyhat
Diffstat (limited to 'mail')
-rw-r--r--mail/archiveopteryx/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/archiveopteryx/Makefile b/mail/archiveopteryx/Makefile
index e1276c68fde2..ba53b2915e10 100644
--- a/mail/archiveopteryx/Makefile
+++ b/mail/archiveopteryx/Makefile
@@ -37,6 +37,12 @@ GROUPS= aox
JAM?= ${LOCALBASE}/bin/jam
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 900000
+BROKEN= does not build on FreeBSD 9.X
+.endif
+
post-patch:
@${GREP} -Rl '%%[[:alpha:]]\+%%' ${WRKSRC} |${XARGS} ${REINPLACE_CMD} \
-e 's,%%PREFIX%%,${PREFIX},g'
@@ -54,4 +60,4 @@ post-install:
post-deinstall:
@PKG_PREFIX=${PREFIX} ${SH} ${PKGDEINSTALL} ${PKGNAME} POST-DEINSTALL
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>