aboutsummaryrefslogtreecommitdiff
path: root/devel/kdesvn/Makefile
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2006-05-28 18:01:00 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2006-05-28 18:01:00 +0000
commit0c0f27f7ce6acefdd98358cc6a23635596109c77 (patch)
treef0389403cea8903ffbe1951fef72bb9fc56cf4ed /devel/kdesvn/Makefile
parentb6312b265a175ec7feed3335d39a2a996bbdefba (diff)
downloadports-0c0f27f7ce6acefdd98358cc6a23635596109c77.tar.gz
ports-0c0f27f7ce6acefdd98358cc6a23635596109c77.zip
Notes
Diffstat (limited to 'devel/kdesvn/Makefile')
-rw-r--r--devel/kdesvn/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/devel/kdesvn/Makefile b/devel/kdesvn/Makefile
index c986132fb408..bfbdc0f24f24 100644
--- a/devel/kdesvn/Makefile
+++ b/devel/kdesvn/Makefile
@@ -6,6 +6,7 @@
PORTNAME= kdesvn
PORTVERSION= 0.8.4
+PORTREVISION= 1
CATEGORIES= devel kde
MASTER_SITES= http://www.alwins-world.de/programs/download/${PORTNAME}/ \
http://www.yuanjue.net/download/
@@ -27,7 +28,13 @@ INSTALLS_SHLIB= yes
CONFIGURE_ARGS+=--with-apr-config=apr-1-config \
--with-apu-config=apu-1-config
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= Does not compile on 4.x
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>