diff options
author | jlam <jlam> | 2000-06-21 00:46:09 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-06-21 00:46:09 +0000 |
commit | 51524180728463e2628a3134cec6aa8143ddbce5 (patch) | |
tree | 8ffffbfa0d115995707eb710fca1a2ef90ba1324 /graphics/freetype-lib | |
parent | 721feb75c45e968d63b5e4f5d8c42d61a3bbec04 (diff) | |
download | pkgsrc-51524180728463e2628a3134cec6aa8143ddbce5.tar.gz |
USE_LIBTOOL instead of USE_PKGLIBTOOL.
Diffstat (limited to 'graphics/freetype-lib')
-rw-r--r-- | graphics/freetype-lib/Makefile.common | 6 | ||||
-rw-r--r-- | graphics/freetype-lib/pkg/PLIST | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/graphics/freetype-lib/Makefile.common b/graphics/freetype-lib/Makefile.common index 2c6be71225a..a0c06ef445d 100644 --- a/graphics/freetype-lib/Makefile.common +++ b/graphics/freetype-lib/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2000/06/01 11:23:27 rh Exp $ +# $NetBSD: Makefile.common,v 1.4 2000/06/21 00:46:09 jlam Exp $ DISTNAME= freetype-${FT_VERS} FT_VERS= 1.2 @@ -10,10 +10,10 @@ HOMEPAGE= http://www.freetype.org/ DEPENDS+= gettext-0.10.*:../../devel/gettext -USE_PKGLIBTOOL= yes +USE_LIBTOOL= # defined LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig -GNU_CONFIGURE= yes +GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --with-locale-dir=${PREFIX}/share/locale CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" diff --git a/graphics/freetype-lib/pkg/PLIST b/graphics/freetype-lib/pkg/PLIST index fdfabeba4f2..1784e4648f2 100644 --- a/graphics/freetype-lib/pkg/PLIST +++ b/graphics/freetype-lib/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/05/01 06:02:24 jlam Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/06/21 00:46:11 jlam Exp $ include/freetype.h include/fterrid.h include/ftnameid.h @@ -9,6 +9,7 @@ include/ftxkern.h include/ftxpost.h include/ftxwidth.h lib/libttf.a +lib/libttf.la lib/libttf.so.3.0 share/locale/cs/LC_MESSAGES/freetype.mo share/locale/de/LC_MESSAGES/freetype.mo |