aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2011-03-26 04:16:51 +0800
committerpav <pav@FreeBSD.org>2011-03-26 04:16:51 +0800
commit365a25180ec274aded672b59548b4b3c791ea75f (patch)
tree5099004717ce851caad7d9fa18ccc4e87f1ab849 /dns
parent7878079f17e40644296451cce4307b9878fc59cd (diff)
downloadfreebsd-ports-gnome-365a25180ec274aded672b59548b4b3c791ea75f.tar.gz
freebsd-ports-gnome-365a25180ec274aded672b59548b4b3c791ea75f.tar.zst
freebsd-ports-gnome-365a25180ec274aded672b59548b4b3c791ea75f.zip
- Mark BROKEN on 9.X: does not configure
Reported by: pointyhat
Diffstat (limited to 'dns')
-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>