diff options
-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 7145e0038ea..ccb05d9307b 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 9bae5ab2300..7d5a71ed602 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 dcc4fe4790e..7b55352fb98 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 |