aboutsummaryrefslogtreecommitdiff
path: root/math/qalculate/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-05-22 00:21:20 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-05-22 00:21:20 +0000
commitc3f85d90b5e678dcda6fccf927f3fd5d03ccf55e (patch)
tree85e604268f5c56b113f6ef1a7dfb60248b674732 /math/qalculate/Makefile
parentf115941ca4f4e21db4047f414c0b0d067f7c52c3 (diff)
downloadports-c3f85d90b5e678dcda6fccf927f3fd5d03ccf55e.tar.gz
ports-c3f85d90b5e678dcda6fccf927f3fd5d03ccf55e.zip
- Fix build with latest math/cln
PR: 123772 Submitted by: Mark Daniel Reidel <ports@mark.reidel.info> (maintainer)
Notes
Notes: svn path=/head/; revision=213494
Diffstat (limited to 'math/qalculate/Makefile')
-rw-r--r--math/qalculate/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/math/qalculate/Makefile b/math/qalculate/Makefile
index a383f5a41fb1..8a79fa961be1 100644
--- a/math/qalculate/Makefile
+++ b/math/qalculate/Makefile
@@ -25,4 +25,7 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
INSTALLS_OMF= yes
+post-patch:
+ @${REINPLACE_CMD} -e 's/^GMSGFMT = @GMSGFMT@/GMSGFMT = msgfmt/' ${WRKSRC}/po/Makefile.in.in
+
.include <bsd.port.mk>