summaryrefslogtreecommitdiff
path: root/textproc/groff
diff options
context:
space:
mode:
authorhans <hans>2012-02-29 13:33:00 +0000
committerhans <hans>2012-02-29 13:33:00 +0000
commit6d8086171168c33dfdfda9c1ad21b7783724704e (patch)
treea6f7c581beb9bc7a4d9615e755929a0ac394333f /textproc/groff
parent212ee2f6b0d27eca001953c02234cbd9f735edb7 (diff)
downloadpkgsrc-6d8086171168c33dfdfda9c1ad21b7783724704e.tar.gz
Revert libiconv buildlink change, breaks on systems with builtin iconv.
Diffstat (limited to 'textproc/groff')
-rw-r--r--textproc/groff/Makefile5
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"