aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-08-16 07:32:04 +0800
committerEdwin Groothuis <edwin@FreeBSD.org>2006-08-16 07:32:04 +0800
commit79be5039166a9b24edabb066c1eb4602929113e0 (patch)
tree2004f03780ca5f468864f214ba7ce8417c5eeafc /irc
parent6a611ee4bdd8d3b74144337a9c9d8f2aa5d6e8ca (diff)
downloadfreebsd-ports-gnome-79be5039166a9b24edabb066c1eb4602929113e0.tar.gz
freebsd-ports-gnome-79be5039166a9b24edabb066c1eb4602929113e0.tar.zst
freebsd-ports-gnome-79be5039166a9b24edabb066c1eb4602929113e0.zip
Only set LATEST_LINK when it is not yet set
Diffstat (limited to 'irc')
-rw-r--r--irc/xchat1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile
index a613cb4f622d..0e1f74632dba 100644
--- a/irc/xchat1/Makefile
+++ b/irc/xchat1/Makefile
@@ -35,7 +35,7 @@ CONFIGURE_ARGS+= --without-included-gettext \
--enable-ipv6 \
--datadir="${PREFIX}/share" \
--enable-perl
-LATEST_LINK= xchat1
+LATEST_LINK?= xchat1
.if defined(WITH_SSL)
USE_OPENSSL= YES