diff options
author | jwise <jwise@pkgsrc.org> | 2003-07-22 14:05:48 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2003-07-22 14:05:48 +0000 |
commit | 3aeb9b5441d2fc9fc25ef0f1d95755c527d2d29e (patch) | |
tree | 824bb6b707ea1948573d35a9d56f8fd68c9b4b5e /textproc/sablotron/Makefile | |
parent | 87f2ea24d99a3c625cc953c8fea7b6576fb4f4f2 (diff) | |
download | pkgsrc-3aeb9b5441d2fc9fc25ef0f1d95755c527d2d29e.tar.gz |
Don't explicitly pull in -liconv -- if we need it, the libiconv buildlink glue
will give it to us, and if we don't this breaks the build.
Diffstat (limited to 'textproc/sablotron/Makefile')
-rw-r--r-- | textproc/sablotron/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile index 0576eb89fc8..fd37a065d58 100644 --- a/textproc/sablotron/Makefile +++ b/textproc/sablotron/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2003/07/18 12:39:17 grant Exp $ +# $NetBSD: Makefile,v 1.15 2003/07/22 14:05:48 jwise Exp $ DISTNAME= Sablot-0.96 PKGNAME= sablotron-0.96 @@ -17,7 +17,6 @@ USE_GMAKE= YES USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool -LIBS+= -liconv .include "../../mk/bsd.prefs.mk" |