summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/wxmaxima/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/math/wxmaxima/Makefile b/math/wxmaxima/Makefile
index 3db33979c6b7..426bfa123a40 100644
--- a/math/wxmaxima/Makefile
+++ b/math/wxmaxima/Makefile
@@ -31,4 +31,10 @@ OPTIONS_SUB= yes
NLS_USES= gettext
NLS_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-patch-CMakeLists.txt
+.include <bsd.port.options.mk>
+
+.if ${ARCH} != powerpc
+EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-src_Version.h.cin
+.endif
+
.include <bsd.port.mk>