diff options
author | hans <hans@pkgsrc.org> | 2012-02-28 15:09:04 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-28 15:09:04 +0000 |
commit | 24cc9e55718334f0fae20114588a66bd6a172ab6 (patch) | |
tree | cb1b1a8efd727e9117daa6b4315acc627c950115 | |
parent | a753fbe977668fb6b90db8015d59d4da88ea4349 (diff) | |
download | pkgsrc-24cc9e55718334f0fae20114588a66bd6a172ab6.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/Makefile | 5 |
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" |