diff options
author | cy <cy@FreeBSD.org> | 2017-03-25 07:20:53 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2017-04-09 20:54:48 +0800 |
commit | a432f0c6349508c96cbebb6c87dc07176cb1566e (patch) | |
tree | ac367bc0408a81972f370b298cc72aa525a9b20e /net | |
parent | 39e6ff4d6002accc634890281a416022a699f236 (diff) | |
download | freebsd-ports-gnome-a432f0c6349508c96cbebb6c87dc07176cb1566e.tar.gz freebsd-ports-gnome-a432f0c6349508c96cbebb6c87dc07176cb1566e.tar.zst freebsd-ports-gnome-a432f0c6349508c96cbebb6c87dc07176cb1566e.zip |
Remove autogen dependency added by r426923. This version of ntp no
longer needs it.
Diffstat (limited to 'net')
-rw-r--r-- | net/ntp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ntp/Makefile b/net/ntp/Makefile index 583df2ea0109..2343050e88bd 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -3,6 +3,7 @@ PORTNAME= ntp PORTVERSION= 4.2.8p10 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \ http://archive.ntp.org/ntp4/ntp-4.2/ \ @@ -12,7 +13,6 @@ 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/libevent \ libmd5.so:www/libwww |