diff options
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> |