aboutsummaryrefslogtreecommitdiffstats
path: root/misc/kwatch/Makefile
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-03-03 14:39:56 +0800
committerpat <pat@FreeBSD.org>2002-03-03 14:39:56 +0800
commitf309f1738cb59885687d89d70028bf9190fc5448 (patch)
tree308b390ffcc8da36451dc0cc5fed183de3234e7f /misc/kwatch/Makefile
parent253b080ee9141eae34e8a35f45d16820b2d35b10 (diff)
downloadfreebsd-ports-graphics-f309f1738cb59885687d89d70028bf9190fc5448.tar.gz
freebsd-ports-graphics-f309f1738cb59885687d89d70028bf9190fc5448.tar.zst
freebsd-ports-graphics-f309f1738cb59885687d89d70028bf9190fc5448.zip
Update to 2.2.0
PR: 35496 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'misc/kwatch/Makefile')
-rw-r--r--misc/kwatch/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/kwatch/Makefile b/misc/kwatch/Makefile
index 70b7b235245..418dc4a9730 100644
--- a/misc/kwatch/Makefile
+++ b/misc/kwatch/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= kwatch
-PORTVERSION= 2.0.1
+PORTVERSION= 2.2.0
CATEGORIES= misc kde
MASTER_SITES= http://www.m-j-s.net/pub/kde/ \
${MASTER_SITE_KDE}
@@ -19,4 +19,7 @@ BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext
USE_KDELIBS_VER= 2
GNU_CONFIGURE= yes
+post-patch:
+ @${PERL} -pi -e 's|-O2 ||g' ${WRKSRC}/configure
+
.include <bsd.port.mk>