diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-12-11 17:25:36 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-12-11 17:25:36 +0000 |
commit | a779c04354e0890b8c41e16d818e347d2e5e67ae (patch) | |
tree | c36094298f8399762afdafe7f4be10c8240b074f /graphics/icoutils | |
parent | 8b499abea8195b447ba3b97c06e5e56aa0a0f673 (diff) |
Notes
Diffstat (limited to 'graphics/icoutils')
-rw-r--r-- | graphics/icoutils/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/icoutils/Makefile b/graphics/icoutils/Makefile index 8309dc4340cb..977858d3e10e 100644 --- a/graphics/icoutils/Makefile +++ b/graphics/icoutils/Makefile @@ -37,7 +37,6 @@ post-patch: @${FIND} ${WRKSRC} -type f -print0 | \ ${XARGS} -0 -x -n 10 \ ${REINPLACE_CMD} -E \ - -e 's|<stdint.h>|<inttypes.h>|' \ -e 's|/usr/bin/perl|${PERL5}|' .include <bsd.port.pre.mk> |