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 | |
parent | 3ebae6c5edf9790c87a852c6496ab9e828866e4e (diff) | |
download | freebsd-ports-1e60622e177b0370d218702f77b7ec88df23b639.zip |
Add NO_LATEST_LINK to avoid link stomping.
Reported by: kris
-rw-r--r-- | net/ntp-devel/Makefile | 1 | ||||
-rw-r--r-- | security/krb5-beta/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/fvwm2-devel/Makefile | 1 |
3 files changed, 3 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 diff --git a/security/krb5-beta/Makefile b/security/krb5-beta/Makefile index 9bae5ab23007..7d5a71ed6029 100644 --- a/security/krb5-beta/Makefile +++ b/security/krb5-beta/Makefile @@ -27,6 +27,7 @@ COMMENT= An authentication system developed at MIT, successor to Kerberos IV BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 +NO_LATEST_LINK= yes KERBEROSV_URL= http://web.mit.edu/network/kerberos-form.html USE_REINPLACE= yes USE_GMAKE= yes diff --git a/x11-wm/fvwm2-devel/Makefile b/x11-wm/fvwm2-devel/Makefile index dcc4fe4790ee..7b55352fb981 100644 --- a/x11-wm/fvwm2-devel/Makefile +++ b/x11-wm/fvwm2-devel/Makefile @@ -32,6 +32,7 @@ RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 LIB_DEPENDS+= stroke.0:${PORTSDIR}/devel/libstroke .endif +NO_LATEST_LINK= yes USE_REINPLACE= yes USE_GMAKE= yes USE_XPM= yes |