aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2009-01-13 06:03:39 +0800
committermarcus <marcus@FreeBSD.org>2009-01-13 06:03:39 +0800
commite45740671744a75373524fb3ec87bb77f954af41 (patch)
tree88dd8e3957f31dde8563d136d324b9e24d9bc9d6 /x11-toolkits
parentb46adb0cf2d245d181919672f0a90b29c504b7b0 (diff)
downloadfreebsd-ports-gnome-e45740671744a75373524fb3ec87bb77f954af41.tar.gz
freebsd-ports-gnome-e45740671744a75373524fb3ec87bb77f954af41.tar.zst
freebsd-ports-gnome-e45740671744a75373524fb3ec87bb77f954af41.zip
Correct expression to fix build.
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/libzvt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/libzvt/Makefile b/x11-toolkits/libzvt/Makefile
index 76f8b54ea063..d8c55d5f4c72 100644
--- a/x11-toolkits/libzvt/Makefile
+++ b/x11-toolkits/libzvt/Makefile
@@ -30,6 +30,6 @@ post-patch:
@${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \
's|malloc\.h|stdlib.h|g'
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -E -e \
- 's|-DG.*_DISABLE_DEPRECATED||g'
+ 's|-DG[[:alpha:]]*_DISABLE_DEPRECATED||g'
.include <bsd.port.mk>