aboutsummaryrefslogtreecommitdiff
path: root/finance/ktoblzcheck/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'finance/ktoblzcheck/Makefile')
-rw-r--r--finance/ktoblzcheck/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/finance/ktoblzcheck/Makefile b/finance/ktoblzcheck/Makefile
index 34be0c70da11..696d54a0bf70 100644
--- a/finance/ktoblzcheck/Makefile
+++ b/finance/ktoblzcheck/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ktoblzcheck
-# Date created: 25 November 2003
-# Whom: Thomas Gellekum <tg@FreeBSD.org>
-#
+# Created by: Thomas Gellekum <tg@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= ktoblzcheck
PORTVERSION= 1.40
@@ -33,4 +29,7 @@ CONFIGURE_ARGS+=--disable-python
PLIST_SUB+= PYTHON="@comment "
.endif
+post-patch:
+ @${REINPLACE_CMD} -e "s/-lstdc++//g" ${WRKSRC}/src/lib/Makefile.in
+
.include <bsd.port.mk>