aboutsummaryrefslogtreecommitdiff
path: root/net/ntp-devel
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2006-08-16 22:10:53 +0000
committerCy Schubert <cy@FreeBSD.org>2006-08-16 22:10:53 +0000
commite22fc9db6dbd411df0d8a4b9ccf30d6dec85b687 (patch)
treec7220ef6a0d8ee946198717d4a541b9382e71668 /net/ntp-devel
parente3d8eafafaff80f2be24961e572fcf9efe496c7c (diff)
downloadports-e22fc9db6dbd411df0d8a4b9ccf30d6dec85b687.tar.gz
ports-e22fc9db6dbd411df0d8a4b9ccf30d6dec85b687.zip
Notes
Diffstat (limited to 'net/ntp-devel')
-rw-r--r--net/ntp-devel/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/net/ntp-devel/Makefile b/net/ntp-devel/Makefile
index 6041eff161fe..8cfe0e43a4f7 100644
--- a/net/ntp-devel/Makefile
+++ b/net/ntp-devel/Makefile
@@ -44,6 +44,11 @@ CONFIGURE_ARGS+= --enable-ipv6
MAN1= ntp-keygen.1 ntpd.1 ntpdc.1 ntpdsim.1 ntpq.1 sntp.1
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= Will not build under 4.X.
+.endif
post-install:
@${MKDIR} ${EXAMPLESDIR}
@@ -55,4 +60,4 @@ post-install:
${CPIO} -pdu -R ${SHAREOWN}:${SHAREGRP} --quiet ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>