summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhans <hans>2012-02-28 15:09:04 +0000
committerhans <hans>2012-02-28 15:09:04 +0000
commit88506f3e404cd3970b0041868c8d922ce1862259 (patch)
treecb1b1a8efd727e9117daa6b4315acc627c950115
parent56cd12ee6a0d68ac65ef3c08a9362e43fcbd00f0 (diff)
downloadpkgsrc-88506f3e404cd3970b0041868c8d922ce1862259.tar.gz
Buildlink against converters/libiconv instead of just depending on it.
Fixes a build problem seen on SunOS, and shouldn't negatively affect other systems.
-rw-r--r--textproc/groff/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile
index ece5843a803..3cc42e404fb 100644
--- a/textproc/groff/Makefile
+++ b/textproc/groff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2011/07/27 16:33:25 tez Exp $
+# $NetBSD: Makefile,v 1.60 2012/02/28 15:09:04 hans Exp $
#
DISTNAME= groff-1.20.1
@@ -93,6 +93,5 @@ post-install:
${ECHO} "$$line" >> ${WRKDIR}/PLIST-local; \
done
-# we only want the charset.alias file, so no buildlinkery for libiconv
-DEPENDS+= libiconv-[0-9]*:../../converters/libiconv
+.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"