summaryrefslogtreecommitdiff
path: root/net-im/sim-im/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-08-29 20:15:01 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-08-29 20:15:01 +0000
commitc7988d67cc2e5f7d67838a8f92ca7dc5a01c9340 (patch)
tree339e652d91e65badaef5c5bb711d9673e17917de /net-im/sim-im/Makefile
parent- use hook for bsd.openssl.mk (diff)
- Update net/simicq to 0.8.3
PR: 56142 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=88001
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 7d17fe639a22..319b14cafddd 100644
--- a/net-im/sim-im/Makefile
+++ b/net-im/sim-im/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= simicq
-PORTVERSION= 0.8.2
+PORTVERSION= 0.8.3
CATEGORIES= net kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:S/mi/m-i/}
@@ -18,17 +18,17 @@ USE_GMAKE= yes
USE_QT_VER= 3
USE_PERL5_BUILD= yes
GNU_CONFIGURE= yes
+USE_REINPLACE= yes
+
.if !defined(WITHOUT_SSL)
USE_OPENSSL= yes
.else
CONFIGURE_ARGS+=--disable-openssl
.endif
-CONFIGURE_TARGET=
-CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
.if defined(WITHOUT_KDE)
CONFIGURE_ARGS+= --disable-kde --enable-mt
-USE_REINPLACE= yes
.else
USE_KDELIBS_VER= 3
.endif
@@ -38,5 +38,6 @@ post-patch:
${REINPLACE_CMD} -e "s,qtlib=\"qt\",qtlib=\"qt-mt -pthread\"," \
${WRKSRC}/configure
.endif
+ ${REINPLACE_CMD} -e 's/-O2//g' ${CONFIGURE_WRKSRC}/configure
.include <bsd.port.mk>