diff options
author | kris <kris@FreeBSD.org> | 2004-02-23 13:42:31 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-23 13:42:31 +0800 |
commit | c409d6377b2f979e419128522ae4d1d67e07b261 (patch) | |
tree | 5338553089bfa4acba2a8c8d20ed8e8dea43106d /dns/mydns | |
parent | 85a0c262bce72f7d68bd7d59581d152cf4293401 (diff) | |
download | freebsd-ports-gnome-c409d6377b2f979e419128522ae4d1d67e07b261.tar.gz freebsd-ports-gnome-c409d6377b2f979e419128522ae4d1d67e07b261.tar.zst freebsd-ports-gnome-c409d6377b2f979e419128522ae4d1d67e07b261.zip |
BROKEN on alpha 5.x: does not compile
Diffstat (limited to 'dns/mydns')
-rw-r--r-- | dns/mydns/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/dns/mydns/Makefile b/dns/mydns/Makefile index f368d8af8420..4c481084ea00 100644 --- a/dns/mydns/Makefile +++ b/dns/mydns/Makefile @@ -46,6 +46,12 @@ PKGNAMESUFFIX= -mysql USE_MYSQL= yes .endif +.include <bsd.port.pre.mk> + +.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102 +BROKEN= "Does not compile on alpha 5.x" +.endif + pre-fetch: @${ECHO} "" @${ECHO} "You may use the following build options:" @@ -71,4 +77,4 @@ post-install: @${PREFIX}/sbin/mydns --dump-config >${PREFIX}/etc/mydns.conf.sample @${SED} -e 's,%%%PREFIX%%%,${PREFIX},g' ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |