aboutsummaryrefslogtreecommitdiff
path: root/dns/mydns-ng
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-23 05:42:31 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-23 05:42:31 +0000
commit1229221cf34a095ee40a29152c5bb5ac23ec62f0 (patch)
tree53e06d95d2a54fa005ce9845eb143589d29e076c /dns/mydns-ng
parenta5490e914fb7cedac77ae3ae1d90f818d9f86a4f (diff)
downloadports-1229221cf34a095ee40a29152c5bb5ac23ec62f0.tar.gz
ports-1229221cf34a095ee40a29152c5bb5ac23ec62f0.zip
Notes
Diffstat (limited to 'dns/mydns-ng')
-rw-r--r--dns/mydns-ng/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/dns/mydns-ng/Makefile b/dns/mydns-ng/Makefile
index f368d8af8420..4c481084ea00 100644
--- a/dns/mydns-ng/Makefile
+++ b/dns/mydns-ng/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>