diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-01-13 06:03:39 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-01-13 06:03:39 +0800 |
commit | 6e8bc7017d74ddb9d13af1c23f98c5ebea6941f8 (patch) | |
tree | 19111d6a5df0bc7c1ce0a1c0fa00eb8feda7d767 /x11-toolkits | |
parent | 1dbe9b08f3c1fd8bafbaeef9101ee5d8c3d9ae05 (diff) | |
download | freebsd-ports-gnome-6e8bc7017d74ddb9d13af1c23f98c5ebea6941f8.tar.gz freebsd-ports-gnome-6e8bc7017d74ddb9d13af1c23f98c5ebea6941f8.tar.zst freebsd-ports-gnome-6e8bc7017d74ddb9d13af1c23f98c5ebea6941f8.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> |