diff options
author | cy <cy@FreeBSD.org> | 2006-08-17 06:10:53 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2006-08-17 06:10:53 +0800 |
commit | 01d6e3212b19e17845641585da467360a5dda889 (patch) | |
tree | 898f949a962c2faf4ba7ebcce8845c34faaee542 /net/ntp-devel/Makefile | |
parent | 6fb800bc5f5b88ed41fe75a5c695e3a89378f00f (diff) | |
download | freebsd-ports-gnome-01d6e3212b19e17845641585da467360a5dda889.tar.gz freebsd-ports-gnome-01d6e3212b19e17845641585da467360a5dda889.tar.zst freebsd-ports-gnome-01d6e3212b19e17845641585da467360a5dda889.zip |
ntp-devel will not build under 4.X.
Diffstat (limited to 'net/ntp-devel/Makefile')
-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> |