1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Only set LATEST_LINK when it is not yet set

This commit is contained in:
Edwin Groothuis 2006-08-15 23:32:04 +00:00
parent 6a611ee4bd
commit 79be503916
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170755

View File

@ -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