diff options
author | marcus <marcus@FreeBSD.org> | 2003-01-20 03:43:44 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-01-20 03:43:44 +0800 |
commit | 8367f7433552a6f59fa41ce71eb09976a56767c9 (patch) | |
tree | 67a15ae2e272d11e98fb823d2b8cb8ad67eb6f1d /irc/xchat2/Makefile | |
parent | d1f245abd64c85bb49ef7a35f3155af19c481ea0 (diff) | |
download | freebsd-ports-gnome-8367f7433552a6f59fa41ce71eb09976a56767c9.tar.gz freebsd-ports-gnome-8367f7433552a6f59fa41ce71eb09976a56767c9.tar.zst freebsd-ports-gnome-8367f7433552a6f59fa41ce71eb09976a56767c9.zip |
Update to 1.9.8.
Diffstat (limited to 'irc/xchat2/Makefile')
-rw-r--r-- | irc/xchat2/Makefile | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index c4131b548f54..34a175d3e3ba 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xchat2 -PORTVERSION= 1.9.4 -PORTREVISION= 1 +PORTVERSION= 1.9.8 CATEGORIES= irc gnome ipv6 MASTER_SITES= http://xchat.org/files/source/1.9/ \ http://xchat.linuxpower.org/files/source/1.9/ @@ -23,7 +22,7 @@ USE_GMAKE= yes USE_PERL5= yes USE_GNOMENG= yes USE_GNOME= gnomeprefix gnomehack -GNU_CONFIGURE= yes +USE_LIBTOOL= yes USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" @@ -38,10 +37,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5 CONFIGURE_ARGS+= --enable-socks .endif -.if defined(WITH_SSL) -USE_OPENSSL= yes -CONFIGURE_ARGS+= --enable-openssl -.endif +# openssl in now default in configure .if defined(WITH_PYTHON) USE_PYTHON= yes @@ -53,16 +49,13 @@ PLIST_SUB= PYTHON="@comment " .endif pre-everything:: -.if !defined(WITH_PYTHON) || !defined(WITH_SSL) || !defined(WITH_SOCKS) +.if !defined(WITH_PYTHON) || !defined(WITH_SOCKS) @${ECHO_MSG} "You may specify the following on the command line:" @${ECHO_MSG} "" .endif .if !defined(WITH_PYTHON) @${ECHO_MSG} "WITH_PYTHON=yes for Python support" .endif -.if !defined(WITH_SSL) - @${ECHO_MSG} "WITH_SSL=yes for OpenSSL support" -.endif .if !defined(WITH_SOCKS) @${ECHO_MSG} "WITH_SOCKS=yes for SOCKS5 proxy support" .endif |