diff options
author | pat <pat@FreeBSD.org> | 2002-01-17 12:20:04 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-01-17 12:20:04 +0800 |
commit | 7de5ce09cc47069d51fa0d94467933da26b97a35 (patch) | |
tree | 1d6f2e97c05867b6ca91a3a53d0ab68b6ca9d883 /graphics | |
parent | f87e7067d7da446e5953aa9cfac21bf1b7a77398 (diff) | |
download | freebsd-ports-gnome-7de5ce09cc47069d51fa0d94467933da26b97a35.tar.gz freebsd-ports-gnome-7de5ce09cc47069d51fa0d94467933da26b97a35.tar.zst freebsd-ports-gnome-7de5ce09cc47069d51fa0d94467933da26b97a35.zip |
Fix bento build
PR: 33908
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xfractint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xfractint/Makefile b/graphics/xfractint/Makefile index 1b09aa6c750f..cb7ffacefbc2 100644 --- a/graphics/xfractint/Makefile +++ b/graphics/xfractint/Makefile @@ -21,6 +21,6 @@ MAN1= xfractint.1 pre-patch: @${FIND} ${WRKSRC} -name "*.c" | ${XARGS} ${PERL} -pi -e \ - 's|malloc.h|stdlib.h|' + 's|malloc\.h|stdlib.h|' .include <bsd.port.mk> |