diff options
author | hans <hans@pkgsrc.org> | 2012-02-29 13:33:00 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-29 13:33:00 +0000 |
commit | 302c11edc05eb432424a233d9a346d426609e03b (patch) | |
tree | a6f7c581beb9bc7a4d9615e755929a0ac394333f /textproc/groff | |
parent | 616b1bed9c05d170a374c2ac721d6b96a6c83d05 (diff) | |
download | pkgsrc-302c11edc05eb432424a233d9a346d426609e03b.tar.gz |
Revert libiconv buildlink change, breaks on systems with builtin iconv.
Diffstat (limited to 'textproc/groff')
-rw-r--r-- | textproc/groff/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index 3cc42e404fb..bde30ea7d5b 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -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" |