diff options
author | Cy Schubert <cy@FreeBSD.org> | 2006-08-16 22:10:53 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2006-08-16 22:10:53 +0000 |
commit | e22fc9db6dbd411df0d8a4b9ccf30d6dec85b687 (patch) | |
tree | c7220ef6a0d8ee946198717d4a541b9382e71668 /net/ntp-devel | |
parent | e3d8eafafaff80f2be24961e572fcf9efe496c7c (diff) |
ntp-devel will not build under 4.X.
Notes
Notes:
svn path=/head/; revision=170831
Diffstat (limited to 'net/ntp-devel')
-rw-r--r-- | net/ntp-devel/Makefile | 7 |
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> |