diff options
author | clement <clement@FreeBSD.org> | 2004-04-19 22:12:36 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-04-19 22:12:36 +0800 |
commit | 5d83b23c488b10477b9c4ed2b12a00a97f50db29 (patch) | |
tree | 3849a0baf1d4e937cb5f31142e1c03afddef98cf | |
parent | ab8bd3b61836a171478050d59de874460753820c (diff) | |
download | freebsd-ports-gnome-5d83b23c488b10477b9c4ed2b12a00a97f50db29.tar.gz freebsd-ports-gnome-5d83b23c488b10477b9c4ed2b12a00a97f50db29.tar.zst freebsd-ports-gnome-5d83b23c488b10477b9c4ed2b12a00a97f50db29.zip |
- define NO_LATEST_LINK, even if port is forbiden
Noticed by: Ports with duplicate LATEST_LINKS report
-rw-r--r-- | security/ssh/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index e68551583f45..f45eef658ab5 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -18,6 +18,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Secure shell client and server (remote login program) CONFLICTS= openssh-* openssh-portable-* openssh-gssapi-* ssh2-3.* +NO_LATEST_LINK= YES USE_AUTOCONF_VER= 213 GNU_CONFIGURE= YES USE_PERL5= YES |