Skip to content

Commit

Permalink
net/ntp: sync with upstream
Browse files Browse the repository at this point in the history
Taken from: FreeBSD
  • Loading branch information
fichtner committed Nov 28, 2016
1 parent 3603f7e commit e487c20
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion net/ntp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/P/p/:S/.r/-RC/}
MAINTAINER= [email protected]
COMMENT= The Network Time Protocol Distribution

BUILD_DEPENDS= autogen:devel/autogen
LIB_DEPENDS= libevent.so:devel/libevent2 \
libmd5.so:www/libwww

Expand Down Expand Up @@ -63,6 +64,12 @@ THREADS_CONFIGURE_WITH= threads
${D}_CONFIGURE_ON= --enable-${D}
.endfor

.include <bsd.port.pre.mk>

.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
BROKEN= Does not build under FreeBSD-9, aclocal not found
.endif

# XXX Temporary hack. Remember to remove this next commit.
post-extract:
@${TOUCH} ${WRKSRC}/scripts/build/checkHtmlFileDates
Expand All @@ -76,4 +83,4 @@ post-install:
@cd ${WRKSRC}/html && ${FIND} . -print | \
${CPIO} -pdu -R ${SHAREOWN}:${SHAREGRP} --quiet ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>
.include <bsd.port.post.mk>

0 comments on commit e487c20

Please sign in to comment.