Revert libiconv buildlink change, breaks on systems with builtin iconv.
This commit is contained in:
parent
a7d5e0d53b
commit
d236be61af
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue