diff options
author | pav <pav@FreeBSD.org> | 2011-03-26 04:16:51 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-03-26 04:16:51 +0800 |
commit | 365a25180ec274aded672b59548b4b3c791ea75f (patch) | |
tree | 5099004717ce851caad7d9fa18ccc4e87f1ab849 /dns | |
parent | 7878079f17e40644296451cce4307b9878fc59cd (diff) | |
download | freebsd-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/Makefile | 8 |
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> |