diff options
author | Cy Schubert <cy@FreeBSD.org> | 2016-11-24 14:41:40 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2016-11-24 14:41:40 +0000 |
commit | 6a7ba755fc5a6afdae5b7df80803829b04f03fff (patch) | |
tree | cdb26ec0993f590770f022267c49e14cf41b02ad /net/ntp/Makefile | |
parent | 6c3a5f7dddc908d07ddc5e6e607a79f2f4387c29 (diff) |
Document that net/ntp does not build under FreeBSD-9.
Notes
Notes:
svn path=/head/; revision=427017
Diffstat (limited to 'net/ntp/Makefile')
-rw-r--r-- | net/ntp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/ntp/Makefile b/net/ntp/Makefile index 5acc4996db48..03c2ad89d84d 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -13,6 +13,10 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/P/p/:S/.r/-RC/} MAINTAINER= cy@FreeBSD.org COMMENT= The Network Time Protocol Distribution +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 +BROKEN= Does not build under FreeBSD-9 +.endif + BUILD_DEPENDS= autogen:devel/autogen LIB_DEPENDS= libevent.so:devel/libevent2 \ libmd5.so:www/libwww |