diff options
author | green <green@FreeBSD.org> | 2000-04-01 13:21:42 +0800 |
---|---|---|
committer | green <green@FreeBSD.org> | 2000-04-01 13:21:42 +0800 |
commit | 1d3d8376542232575ed59d3711a28170c47cef62 (patch) | |
tree | efdddc74f6f92af7795bcfbd98a29a2c550b9b05 /net/licq/Makefile | |
parent | 7c4611a599814510a4a79a575a92e1cce0bb2b13 (diff) | |
download | freebsd-ports-gnome-1d3d8376542232575ed59d3711a28170c47cef62.tar.gz freebsd-ports-gnome-1d3d8376542232575ed59d3711a28170c47cef62.tar.zst freebsd-ports-gnome-1d3d8376542232575ed59d3711a28170c47cef62.zip |
Update to version 0.81. QT 2.1 (beta) is now needed. Thanks a bundle to
the submitter!!
Submitted by: Matt Heckaman <matt@arpa.mail.net>
Diffstat (limited to 'net/licq/Makefile')
-rw-r--r-- | net/licq/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/net/licq/Makefile b/net/licq/Makefile index ac50adf9df0d..e15d82e516a5 100644 --- a/net/licq/Makefile +++ b/net/licq/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: licq -# Version required: 0.75.3a +# Version required: 0.81 # Date created: 2 July 1998 -# Whom: Brian Feldman +# Whom: Brian Feldman & Matt Heckaman # # $FreeBSD$ # -DISTNAME= licq-0.75.3a +DISTNAME= licq-0.81 CATEGORIES= net MASTER_SITES= http://download.sourceforge.net/licq/ \ ftp://ftp.wibble.net/pub/licq/srcs/ \ @@ -17,16 +17,15 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DATAFILES} MAINTAINER= green@FreeBSD.org -BUILD_DEPENDS= aclocal:${PORTSDIR}/devel/automake +LIB_DEPENDS= qt2.3:${PORTSDIR}/x11-toolkits/qt21 +BUILD_DEPENDS= aclocal:${PORTSDIR}/devel/automake -USE_QT2= yes USE_GMAKE= yes -USE_LIBTOOL= yes USE_AUTOCONF= yes USE_NEWGCC= yes USE_PERL5= yes -DATANAME= licq-data-1.5 +DATANAME= licq-data-1.6 DATAFILES= ${DATANAME}${EXTRACT_SUFX} DATADIR= ${WRKDIR}/${DATANAME} |