summaryrefslogtreecommitdiff
path: root/textproc/sablotron
diff options
context:
space:
mode:
authorjwise <jwise>2003-07-22 14:05:48 +0000
committerjwise <jwise>2003-07-22 14:05:48 +0000
commitbe56f0758c48c56fd4f7bff26b9804f6c9a2bbd1 (patch)
tree824bb6b707ea1948573d35a9d56f8fd68c9b4b5e /textproc/sablotron
parentf190d7e3739980052754c1157a2dacb159d6ac73 (diff)
downloadpkgsrc-be56f0758c48c56fd4f7bff26b9804f6c9a2bbd1.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')
-rw-r--r--textproc/sablotron/Makefile3
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"