aboutsummaryrefslogtreecommitdiffstats
path: root/net/ntp
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2006-10-07 02:30:49 +0800
committercy <cy@FreeBSD.org>2006-10-07 02:30:49 +0800
commit1e7c82851c6999b32bad91b75def5e60adbca718 (patch)
tree91ee5e9d40720d35490a29b954d1a1026fb5937d /net/ntp
parentef686727ec615bb2fe46d201ea8132168e4fda24 (diff)
downloadfreebsd-ports-gnome-1e7c82851c6999b32bad91b75def5e60adbca718.tar.gz
freebsd-ports-gnome-1e7c82851c6999b32bad91b75def5e60adbca718.tar.zst
freebsd-ports-gnome-1e7c82851c6999b32bad91b75def5e60adbca718.zip
NTP will not build under FreeBSD 4.X.
Diffstat (limited to 'net/ntp')
-rw-r--r--net/ntp/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/ntp/Makefile b/net/ntp/Makefile
index 831e99da3a1c..6e00b3085fb6 100644
--- a/net/ntp/Makefile
+++ b/net/ntp/Makefile
@@ -40,6 +40,12 @@ CONFIGURE_ARGS+= --enable-ipv6
MAN1= sntp.1
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= Will not build under 4.X.
+.endif
+
post-install:
@${MKDIR} ${EXAMPLESDIR}
@${INSTALL_DATA} ${WRKSRC}/conf/* ${EXAMPLESDIR}
@@ -50,4 +56,4 @@ post-install:
${CPIO} -pdu -R ${SHAREOWN}:${SHAREGRP} --quiet ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>