summaryrefslogtreecommitdiff
path: root/net-im/sim-im/Makefile
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-06-22 18:25:00 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-06-22 18:25:00 +0000
commit2ab00b7de6d3f76d67f331483ed4058a3a74caad (patch)
tree0c7a0d425305a06bd45d68afef93d23b7e2c0940 /net-im/sim-im/Makefile
parentUpdate to 2.3.10 (diff)
Update to 0.8.2
Approved by: maintainer
Notes
Notes: svn path=/head/; revision=83444
Diffstat (limited to 'net-im/sim-im/Makefile')
-rw-r--r--net-im/sim-im/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/net-im/sim-im/Makefile b/net-im/sim-im/Makefile
index 0075590883d8..0f9b1a00c2e9 100644
--- a/net-im/sim-im/Makefile
+++ b/net-im/sim-im/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= simicq
-PORTVERSION= 0.8.1
+PORTVERSION= 0.8.2
CATEGORIES= net kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:S/mi/m-i/}
@@ -16,6 +16,7 @@ COMMENT= ICQ client which supports Version 8 of the ICQ protocol (ICQ 2001)
USE_GMAKE= yes
USE_QT_VER= 3
+USE_PERL5_BUILD= yes
GNU_CONFIGURE= yes
.if !defined(WITHOUT_SSL)
USE_OPENSSL= yes
@@ -23,8 +24,7 @@ USE_OPENSSL= yes
CONFIGURE_ARGS+=--disable-openssl
.endif
CONFIGURE_TARGET=
-CONFIGURE_ARGS+= --disable-fast-perl \
- --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
.if defined(WITHOUT_KDE)
CONFIGURE_ARGS+= --disable-kde --enable-mt
@@ -35,7 +35,8 @@ USE_KDELIBS_VER= 3
post-patch:
.if defined(WITHOUT_KDE)
- ${REINPLACE_CMD} -e "s,qtlib=\"qt\",qtlib=\"qt-mt -pthread\"," ${WRKSRC}/configure
+ ${REINPLACE_CMD} -e "s,qtlib=\"qt\",qtlib=\"qt-mt -pthread\"," \
+ ${WRKSRC}/configure
.endif
.include <bsd.port.mk>