diff options
author | Cy Schubert <cy@FreeBSD.org> | 2004-02-07 04:16:53 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2004-02-07 04:16:53 +0000 |
commit | 1e60622e177b0370d218702f77b7ec88df23b639 (patch) | |
tree | 591a74a36b62ff0657a27c77451ee39c9f2dbc3c /net/ntp-devel | |
parent | 3ebae6c5edf9790c87a852c6496ab9e828866e4e (diff) |
Add NO_LATEST_LINK to avoid link stomping.
Reported by: kris
Notes
Notes:
svn path=/head/; revision=100210
Diffstat (limited to 'net/ntp-devel')
-rw-r--r-- | net/ntp-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ntp-devel/Makefile b/net/ntp-devel/Makefile index 7145e0038ead..ccb05d9307be 100644 --- a/net/ntp-devel/Makefile +++ b/net/ntp-devel/Makefile @@ -18,6 +18,7 @@ IGNORE= 4.2.0 just released, no development version available. MAINTAINER= cy@FreeBSD.org COMMENT= The Network Time Protocol Distribution +NO_LATEST_LINK= yes # ntp's configure script created by autoconf 2.14.1 doesn't work # if GNU_CONFIGURE is defined HAS_CONFIGURE= yes |