diff options
Diffstat (limited to 'misc/pinfo')
-rw-r--r-- | misc/pinfo/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/misc/pinfo/Makefile b/misc/pinfo/Makefile index eea9f2a2e170..1335b405fa9e 100644 --- a/misc/pinfo/Makefile +++ b/misc/pinfo/Makefile @@ -31,8 +31,4 @@ LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses CONFIGURE_ARGS+= --with-ncurses=${LOCALBASE} .endif -pre-patch: - @${PERL} -pi -e 's|<iconv.h>|<giconv.h>|g ; \ - s|-liconv|-lgiconv|g' ${WRKSRC}/configure - .include <bsd.port.post.mk> |