diff options
author | cy <cy@FreeBSD.org> | 2004-02-07 04:16:53 +0000 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2004-02-07 04:16:53 +0000 |
commit | 701000c8fa6a3196f8b9355a547b2027e2a665f5 (patch) | |
tree | d0e7a35569a3db6c21f4e3ebff0a6e4039f137f0 | |
parent | f41478ad93fcbbdef63753ee54a5651840aae5c0 (diff) | |
download | FreeBSD-ports-701000c8fa6a3196f8b9355a547b2027e2a665f5.zip FreeBSD-ports-701000c8fa6a3196f8b9355a547b2027e2a665f5.tar.gz |
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 7145e00..ccb05d9 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 9bae5ab..7d5a71e 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 dcc4fe4..7b55352 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 |