diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-09-19 23:19:23 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-09-19 23:19:23 +0800 |
commit | 2db2a0ee9b8e7bdd114bef95249aad3cab4b6bdf (patch) | |
tree | 586a8ada4885b3b9cd3be513d46655935c02cb00 /net-im/icqlib/Makefile | |
parent | a8c29096cd43265dcb120018240ed927f08558e9 (diff) | |
download | freebsd-ports-gnome-2db2a0ee9b8e7bdd114bef95249aad3cab4b6bdf.tar.gz freebsd-ports-gnome-2db2a0ee9b8e7bdd114bef95249aad3cab4b6bdf.tar.zst freebsd-ports-gnome-2db2a0ee9b8e7bdd114bef95249aad3cab4b6bdf.zip |
Update to 1.0.0.
PR: 20636
Submitted by: maintainer
Diffstat (limited to 'net-im/icqlib/Makefile')
-rw-r--r-- | net-im/icqlib/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/icqlib/Makefile b/net-im/icqlib/Makefile index fea3803866b1..b3093eb2a760 100644 --- a/net-im/icqlib/Makefile +++ b/net-im/icqlib/Makefile @@ -6,7 +6,7 @@ # PORTNAME= icqlib -PORTVERSION= 0.1.3 +PORTVERSION= 1.0.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= lioux@uol.com.br INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_GMAKE= yes .include <bsd.port.mk> |