diff options
author | marcus <marcus@FreeBSD.org> | 2009-01-13 06:03:39 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-01-13 06:03:39 +0800 |
commit | e45740671744a75373524fb3ec87bb77f954af41 (patch) | |
tree | 88dd8e3957f31dde8563d136d324b9e24d9bc9d6 /x11-toolkits | |
parent | b46adb0cf2d245d181919672f0a90b29c504b7b0 (diff) | |
download | freebsd-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/Makefile | 2 |
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> |