diff options
author | cy <cy@FreeBSD.org> | 2016-11-23 22:31:14 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2016-11-23 22:31:14 +0800 |
commit | 9932be60c13805bf507806204225a32c5ebb2df1 (patch) | |
tree | 355c34a7b32a1a7892ac3c273d3cd9885cd876bc /net | |
parent | 41289b392844dc6821d3fa6efb1b71c9941fcf39 (diff) | |
download | freebsd-ports-gnome-9932be60c13805bf507806204225a32c5ebb2df1.tar.gz freebsd-ports-gnome-9932be60c13805bf507806204225a32c5ebb2df1.tar.zst freebsd-ports-gnome-9932be60c13805bf507806204225a32c5ebb2df1.zip |
Fix build folloing r426791.
Also Submitted by: roberto
Pointy hat to: delphij
Reported by: roberto, Craig Leres <leres@ee.lbl.gov>
Diffstat (limited to 'net')
-rw-r--r-- | net/ntp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ntp/Makefile b/net/ntp/Makefile index 7f03420e8439..5acc4996db48 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -13,6 +13,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/P/p/:S/.r/-RC/} MAINTAINER= cy@FreeBSD.org COMMENT= The Network Time Protocol Distribution +BUILD_DEPENDS= autogen:devel/autogen LIB_DEPENDS= libevent.so:devel/libevent2 \ libmd5.so:www/libwww |