aboutsummaryrefslogtreecommitdiff
path: root/dns/curvedns
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-03-25 20:16:51 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-03-25 20:16:51 +0000
commit27246fe086e1baa68750fd1be27cdffacb6f3b3b (patch)
treed932636abfd86df849aef6d3dab56955cc6f5b4a /dns/curvedns
parent171d220656a55a8cc4f2fe5adefed270de103fa8 (diff)
downloadports-27246fe086e1baa68750fd1be27cdffacb6f3b3b.tar.gz
ports-27246fe086e1baa68750fd1be27cdffacb6f3b3b.zip
- Mark BROKEN on 9.X: does not configure
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=271747
Diffstat (limited to 'dns/curvedns')
-rw-r--r--dns/curvedns/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/dns/curvedns/Makefile b/dns/curvedns/Makefile
index 98d5700d4c1d..bce73afbba95 100644
--- a/dns/curvedns/Makefile
+++ b/dns/curvedns/Makefile
@@ -33,6 +33,12 @@ SUB_LIST= CURVE_USER=${CURVE_USER} \
CURVE_UID=${CURVE_UID} \
CURVE_GID=${CURVE_GID}
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 900000
+BROKEN= does not configure on 9.X
+.endif
+
post-patch:
@cd ${WRKSRC} && ${PATCH} --quiet < ${FILESDIR}/freebsd.patch
@@ -55,4 +61,4 @@ post-install:
${SH} ${PKGINSTALL}
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>