summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authoragc <agc>2013-05-11 05:29:07 +0000
committeragc <agc>2013-05-11 05:29:07 +0000
commit54f751ea48b201e624cdb23791faf34e92d1b347 (patch)
tree7e039de8d1cb119a9ee749b7d4a706aa00c18c90 /misc
parent95ad734ee6cdd1ec2781df46f2ab02d6a9ab51a0 (diff)
downloadpkgsrc-54f751ea48b201e624cdb23791faf34e92d1b347.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')
-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}