summaryrefslogtreecommitdiff
path: root/misc/libutf
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2013-05-11 05:29:07 +0000
committeragc <agc@pkgsrc.org>2013-05-11 05:29:07 +0000
commit8fec6cea917dc414781bbd6bbb22b1c6b48b1c54 (patch)
tree7e039de8d1cb119a9ee749b7d4a706aa00c18c90 /misc/libutf
parentd3af9ba6d9b07d4f8416501054bfbdfc1f34362a (diff)
downloadpkgsrc-8fec6cea917dc414781bbd6bbb22b1c6b48b1c54.tar.gz
Allow misc/libutf to be cross-built - the build target is just its library,
and the test target is only used for testing
Diffstat (limited to 'misc/libutf')
-rw-r--r--misc/libutf/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/libutf/Makefile b/misc/libutf/Makefile
index 37b2bd99d48..0e3ae7104d2 100644
--- a/misc/libutf/Makefile
+++ b/misc/libutf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2012/10/08 09:57:29 asau Exp $
+# $NetBSD: Makefile,v 1.24 2013/05/11 05:29:07 agc Exp $
#
DISTNAME= libutf-3.0
@@ -11,7 +11,8 @@ COMMENT= UTF-8 character set support library, including regular expressions
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-BUILD_TARGET= tst
+BUILD_TARGET= libutf.a
+TEST_TARGET= tst
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}