aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2012-07-29 18:26:00 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2012-07-29 18:26:00 +0000
commit7761aefad2158283f2753be8926f01f87d7876a8 (patch)
tree5ee8fd1ef51fc559a9ef5cca57a05abf4d5e8a58 /x11-toolkits
parent228cdb0c0b5844ac0aa7fa9d07eae943d5312a12 (diff)
downloadports-7761aefad2158283f2753be8926f01f87d7876a8.tar.gz
ports-7761aefad2158283f2753be8926f01f87d7876a8.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/libXt/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/libXt/Makefile b/x11-toolkits/libXt/Makefile
index 0bfe440dec05..129c4d172d38 100644
--- a/x11-toolkits/libXt/Makefile
+++ b/x11-toolkits/libXt/Makefile
@@ -285,4 +285,8 @@ MAN3= MenuPopdown.3 \
XtWindowOfObject.3 \
XtWindowToWidget.3
+post-patch:
+ @${REINPLACE_CMD} 's/test.*-traditional.*;/true;/' \
+ ${WRKSRC}/configure
+
.include <bsd.port.mk>