Revert libiconv buildlink change, breaks on systems with builtin iconv.

This commit is contained in:
hans 2012-02-29 13:33:00 +00:00
parent a7d5e0d53b
commit d236be61af

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.60 2012/02/28 15:09:04 hans Exp $
# $NetBSD: Makefile,v 1.61 2012/02/29 13:33:00 hans Exp $
#
DISTNAME= groff-1.20.1
@ -93,5 +93,6 @@ post-install:
${ECHO} "$$line" >> ${WRKDIR}/PLIST-local; \
done
.include "../../converters/libiconv/buildlink3.mk"
# we only want the charset.alias file, so no buildlinkery for libiconv
DEPENDS+= libiconv-[0-9]*:../../converters/libiconv
.include "../../mk/bsd.pkg.mk"