diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-19 15:25:44 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-19 15:25:44 +0000 |
commit | 928397146ac9e7b3ccbcf58cdc5fd6edb082e405 (patch) | |
tree | aad8727eafd585c968f57254dfb693d73d407af3 /net/kicq/Makefile | |
parent | 8bac927fba906cf8275fdd0036d49509b1b6bb8f (diff) |
- Update to 1.0.0.
- Change maintainer (old maintainer told that he will be unreachable for the
next several years).
PR: 20634
Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br> (new maintainer)
Notes
Notes:
svn path=/head/; revision=32853
Diffstat (limited to 'net/kicq/Makefile')
-rw-r--r-- | net/kicq/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/net/kicq/Makefile b/net/kicq/Makefile index f551c6071273..11fd4f1b6c23 100644 --- a/net/kicq/Makefile +++ b/net/kicq/Makefile @@ -6,20 +6,18 @@ # PORTNAME= kicq -PORTVERSION= 0.3.0 +PORTVERSION= 1.0.0 CATEGORIES= net kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= paxvel@iname.com +MAINTAINER= lioux@uol.com.br LIB_DEPENDS= icq.1:${PORTSDIR}/net/icqlib \ - kdecore.3:${PORTSDIR}/x11/kdelibs11 \ - kdeui.3:${PORTSDIR}/x11/kdelibs11 \ - kfm.3:${PORTSDIR}/x11/kdelibs11 + kdecore.3:${PORTSDIR}/x11/kdelibs11 USE_QT= yes - GNU_CONFIGURE= yes +USE_GMAKE= yes .include <bsd.port.mk> |