summaryrefslogtreecommitdiff
path: root/textproc/libunistring/Makefile
diff options
context:
space:
mode:
authorgdt <gdt>2012-12-06 00:10:26 +0000
committergdt <gdt>2012-12-06 00:10:26 +0000
commit19a5a7776e4947cc4ca59cc52c465fc27ea799e0 (patch)
treecb6464c5524d7a78b29b1dbb265e0270b29bdcba /textproc/libunistring/Makefile
parent8ae4ada2b3d1263e9b079e17b3a0d2bb7412c2c8 (diff)
downloadpkgsrc-19a5a7776e4947cc4ca59cc52c465fc27ea799e0.tar.gz
bl3 on libiconv (from wip/libunistring)
add bl3 file (for guile2, following wip/libunistring)
Diffstat (limited to 'textproc/libunistring/Makefile')
-rw-r--r--textproc/libunistring/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/textproc/libunistring/Makefile b/textproc/libunistring/Makefile
index d67ab49baac..b786c739f41 100644
--- a/textproc/libunistring/Makefile
+++ b/textproc/libunistring/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2012/10/25 06:56:04 asau Exp $
+# $NetBSD: Makefile,v 1.4 2012/12/06 00:10:26 gdt Exp $
#
DISTNAME= libunistring-0.9.3
+PKGREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://ftp.gnu.org/gnu/libunistring/
@@ -10,10 +11,12 @@ HOMEPAGE= http://www.gnu.org/software/libunistring/
COMMENT= Unicode string library
LICENSE= gnu-lgpl-v3
-USE_LIBTOOL= yes
GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
INFO_FILES= yes
CONFIGURE_ARGS+= --infodir=${PREFIX}/info
+.include "../../converters/libiconv/buildlink3.mk"
+
.include "../../mk/bsd.pkg.mk"