summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-toolkits/tktable/Makefile4
-rw-r--r--x11-toolkits/tktreectrl/Makefile4
2 files changed, 8 insertions, 0 deletions
diff --git a/x11-toolkits/tktable/Makefile b/x11-toolkits/tktable/Makefile
index d184abfdccd5..30b79433e305 100644
--- a/x11-toolkits/tktable/Makefile
+++ b/x11-toolkits/tktable/Makefile
@@ -37,4 +37,8 @@ test: build
${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test)
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's/FreeBSD-\*/FreeBSD-*|DragonFly-*/' \
+ ${WRKSRC}/configure
+
.include <bsd.port.mk>
diff --git a/x11-toolkits/tktreectrl/Makefile b/x11-toolkits/tktreectrl/Makefile
index eae13134e616..c5814c2c11b1 100644
--- a/x11-toolkits/tktreectrl/Makefile
+++ b/x11-toolkits/tktreectrl/Makefile
@@ -20,4 +20,8 @@ TKPKG= treectrl${PORTVERSION}
USE_LDCONFIG= ${PREFIX}/lib/${TKPKG}
PLIST_SUB= TKPKG=${TKPKG}
+post-patch:
+ @${REINPLACE_CMD} -e 's/FreeBSD-\*/FreeBSD-*|DragonFly-*/' \
+ ${WRKSRC}/configure
+
.include <bsd.port.mk>