diff options
author | agc <agc> | 1998-09-09 15:01:59 +0000 |
---|---|---|
committer | agc <agc> | 1998-09-09 15:01:59 +0000 |
commit | 7a8b2487c56d37ddbc524534ea2dc69a1a13ce6c (patch) | |
tree | c68b9bd8e07f839a3565be4e300edfbeeeb7805c /misc/libutf | |
parent | 4bd41d72582f36d1b46e011fb32ab4f92288e3fa (diff) | |
download | pkgsrc-7a8b2487c56d37ddbc524534ea2dc69a1a13ce6c.tar.gz |
Patch this package to use libtool.
Diffstat (limited to 'misc/libutf')
-rw-r--r-- | misc/libutf/Makefile | 3 | ||||
-rw-r--r-- | misc/libutf/pkg/PLIST | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/misc/libutf/Makefile b/misc/libutf/Makefile index 7570c0cf12e..a53b5bde665 100644 --- a/misc/libutf/Makefile +++ b/misc/libutf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/08/20 15:17:14 tsarna Exp $ +# $NetBSD: Makefile,v 1.6 1998/09/09 15:01:59 agc Exp $ # DISTNAME= libutf-2.10 @@ -10,5 +10,6 @@ HOMEPAGE= http://www.westley.demon.co.uk/software.html GNU_CONFIGURE= yes ALL_TARGET= tst +USE_LIBTOOL= yes .include "../../mk/bsd.pkg.mk" diff --git a/misc/libutf/pkg/PLIST b/misc/libutf/pkg/PLIST index cbd4167cb3e..9d35612da96 100644 --- a/misc/libutf/pkg/PLIST +++ b/misc/libutf/pkg/PLIST @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.2 1997/11/06 10:02:05 agc Exp $ +@comment $NetBSD: PLIST,v 1.3 1998/09/09 15:01:59 agc Exp $ include/utf.h include/ure.h lib/libutf.a +lib/libutf.so.2.10 etc/langcoll.utf man/man3/utf.3.gz man/man3/ure.3.gz |