diff options
Diffstat (limited to 'net-im/simicq/Makefile')
-rw-r--r-- | net-im/simicq/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-im/simicq/Makefile b/net-im/simicq/Makefile index a241780..d6114b4 100644 --- a/net-im/simicq/Makefile +++ b/net-im/simicq/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= simicq -PORTVERSION= 0.9 +PORTVERSION= 0.9.1 CATEGORIES= net kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:S/mi/m-i/} @@ -14,6 +14,7 @@ DISTNAME= ${PORTNAME:S/icq//}-${PORTVERSION} MAINTAINER= brueffer@phoenix-systems.de COMMENT= Plugin-based instant messenger +USE_BZIP2= yes USE_GMAKE= yes USE_QT_VER= 3 USE_PERL5_BUILD= yes @@ -23,8 +24,6 @@ INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -.include <bsd.port.pre.mk> - .if !defined(WITHOUT_SSL) USE_OPENSSL= yes PLIST_SUB+= SSL="" @@ -56,4 +55,4 @@ post-patch: @${REINPLACE_CMD} -e 's/-O2//g; s/-lpthread/${PTHREAD_LIBS}/g' \ ${CONFIGURE_WRKSRC}/configure -.include <bsd.port.post.mk> +.include <bsd.port.mk> |