summaryrefslogtreecommitdiff
path: root/textproc/sablotron/Makefile
diff options
context:
space:
mode:
authorjwise <jwise>2003-07-22 14:05:48 +0000
committerjwise <jwise>2003-07-22 14:05:48 +0000
commit9daba182e4ecc6c088a11a1ce62c36c6179b2147 (patch)
tree824bb6b707ea1948573d35a9d56f8fd68c9b4b5e /textproc/sablotron/Makefile
parenta4c674727074fae7ad93425e4a8377b3b0b55edd (diff)
downloadpkgsrc-9daba182e4ecc6c088a11a1ce62c36c6179b2147.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/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"