diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-19 15:19:23 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-19 15:19:23 +0000 |
commit | f3492a4b06b5cc01cf24df54e55cc0b38376568c (patch) | |
tree | 58e2d73c08eb66b87fc0b6238fde334f131b5611 /net/icqlib/Makefile | |
parent | c8403c7246e76b4f137deabd45babff6198d5206 (diff) |
Notes
Diffstat (limited to 'net/icqlib/Makefile')
-rw-r--r-- | net/icqlib/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/icqlib/Makefile b/net/icqlib/Makefile index fea3803866b1..b3093eb2a760 100644 --- a/net/icqlib/Makefile +++ b/net/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> |