diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-01-25 20:26:56 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-01-25 20:26:56 +0000 |
commit | 61740c49665193ed1c87044b76f7d27c064d3d9d (patch) | |
tree | 49c8efae07bd251ae3c390173975eb7e6d098e3a /net/licq/Makefile.inc | |
parent | 9ca15eff34895e2ba3156fcf09db9e8038974cb7 (diff) | |
download | FreeBSD-ports-61740c49665193ed1c87044b76f7d27c064d3d9d.zip FreeBSD-ports-61740c49665193ed1c87044b76f7d27c064d3d9d.tar.gz |
- Update for 1.0.4
licq
licq-console (no changes)
licq-qt-gui
Protocol changed on Server.
licq-1.0.3 does not work corectlly, messages are lost.
problems fixed:
- program_transform_name installed the binaray as:
/usr/local/bin/i386--freebsd4.4-licq
- configure seeks now a qt-mt itself,
but the options for "ac_qt_libraries" are not processed
- use ob BZIP2 as compressor.
Diffstat (limited to 'net/licq/Makefile.inc')
-rw-r--r-- | net/licq/Makefile.inc | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/net/licq/Makefile.inc b/net/licq/Makefile.inc index 5cea43e..5efe120 100644 --- a/net/licq/Makefile.inc +++ b/net/licq/Makefile.inc @@ -2,11 +2,11 @@ # $FreeBSD$ PKGNAMEPREFIX= licq- -LICQ_VER= 1.0.3 +LICQ_VER= 1.0.4 QT_LICQ_VER= ${LICQ_VER} -RMS_LICQ_VER= 0.22 -CONSOLE_LICQ_VER= 1.0.2 -AUTO_REPLY_LICQ_VER= 1.0.1 +RMS_LICQ_VER= 0.23 +CONSOLE_LICQ_VER= 1.0.4 +AUTO_REPLY_LICQ_VER= 1.0.2 FORWARDER_LICQ_VER= 1.0.1 .if ${PORTNAME} != "base" RUN_DEPENDS+= licq:${PORTSDIR}/net/licq @@ -18,11 +18,12 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.inter-i.uni-mainz.de/pub/licq/srcs/ MASTER_SITE_SUBDIR= licq DISTNAME= ${PKGNAMEPREFIX}${LICQ_VER} -DISTFILES= ${DISTNAME}.tar.gz +DISTFILES= ${DISTNAME}.tar.bz2 GNU_CONFIGURE= yes MD5_FILE= ${PORTSDIR}/net/licq/distinfo # USE_LIBTOOL doesn't work for these ports #USE_LIBTOOL= yes USE_GMAKE= yes USE_NEWGCC= yes +USE_BZIP2= yes WRKSRC?= ${WRKDIR}/${DISTNAME}/plugins/${PORTNAME}-${PORTVERSION} |