diff options
author | edwin <edwin@FreeBSD.org> | 2006-08-16 07:32:04 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-08-16 07:32:04 +0800 |
commit | 7de7bbd8e6a9ba001b3dcda4c1425b84f164a29d (patch) | |
tree | e5f63e270443628a70334be0447c15e7d181997a /irc | |
parent | 2ef6b64270f1bd0b009359ee3a006e593ac20db1 (diff) | |
download | freebsd-ports-gnome-7de7bbd8e6a9ba001b3dcda4c1425b84f164a29d.tar.gz freebsd-ports-gnome-7de7bbd8e6a9ba001b3dcda4c1425b84f164a29d.tar.zst freebsd-ports-gnome-7de7bbd8e6a9ba001b3dcda4c1425b84f164a29d.zip |
Only set LATEST_LINK when it is not yet set
Diffstat (limited to 'irc')
-rw-r--r-- | irc/xchat1/Makefile | 2 |
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 |