aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/tktreectrl
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-08-22 16:23:04 +0000
committerJohn Marino <marino@FreeBSD.org>2015-08-22 16:23:04 +0000
commit09066d022aa5d4f02dfa52bc82c89642ebc71ff9 (patch)
treefe985680bc72220f4f6c61b64fd6f64c159dc225 /x11-toolkits/tktreectrl
parentf3233243fff401671f35522b89b3521c282994a8 (diff)
downloadports-09066d022aa5d4f02dfa52bc82c89642ebc71ff9.tar.gz
ports-09066d022aa5d4f02dfa52bc82c89642ebc71ff9.zip
x11-toolkits/tk(table|treectrl): Fix configure to support DragonFly
These patches to these unmaintained ports have been in dports for a few months so lets move them over to ports.
Notes
Notes: svn path=/head/; revision=395043
Diffstat (limited to 'x11-toolkits/tktreectrl')
-rw-r--r--x11-toolkits/tktreectrl/Makefile4
1 files changed, 4 insertions, 0 deletions
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>