diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-28 12:35:56 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-28 12:35:56 +0000 |
commit | 89c9d6285cc0d8154ce6b9073bf173c4e52f21b8 (patch) | |
tree | e22bc4957427f450ca2c1649e9a5f940d37b346b /irc/xchat1 | |
parent | ed65d3c3dccadc56481fff7bb5e2ecf9ad13e76e (diff) | |
download | ports-89c9d6285cc0d8154ce6b9073bf173c4e52f21b8.tar.gz ports-89c9d6285cc0d8154ce6b9073bf173c4e52f21b8.zip |
Notes
Diffstat (limited to 'irc/xchat1')
-rw-r--r-- | irc/xchat1/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile index f58a714fd494..a613cb4f622d 100644 --- a/irc/xchat1/Makefile +++ b/irc/xchat1/Makefile @@ -35,6 +35,7 @@ CONFIGURE_ARGS+= --without-included-gettext \ --enable-ipv6 \ --datadir="${PREFIX}/share" \ --enable-perl +LATEST_LINK= xchat1 .if defined(WITH_SSL) USE_OPENSSL= YES |