diff options
author | sakamoto <sakamoto> | 2000-04-30 19:04:04 +0000 |
---|---|---|
committer | sakamoto <sakamoto> | 2000-04-30 19:04:04 +0000 |
commit | 206076281fb0fb5d8366755545d8a409db7a244a (patch) | |
tree | 80a89de50a1987222eb7643c4e81c6b507e9ebef /japanese | |
parent | 40a6b9438f533c56c6312c40b671132baa8e85d9 (diff) | |
download | pkgsrc-206076281fb0fb5d8366755545d8a409db7a244a.tar.gz |
use LTCONFIG_OVERRIDE.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/vflib/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/japanese/vflib/Makefile b/japanese/vflib/Makefile index b397c17027f..429e3bcb13e 100644 --- a/japanese/vflib/Makefile +++ b/japanese/vflib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/04/30 18:39:24 sakamoto Exp $ +# $NetBSD: Makefile,v 1.7 2000/04/30 19:04:04 sakamoto Exp $ # FreeBSD Id: Makefile,v 1.20 1999/05/03 01:58:33 steve Exp $ DISTNAME= VFlib2-2.24.2 @@ -19,16 +19,13 @@ PLIST_SUBST+= VFLIB_VERSION=${VFLIB_VERSION} \ USE_X11= yes USE_LIBTOOL= yes +LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-freetype="ttf -lintl" \ --with-freetype-includedir=${LOCALBASE}/include \ --with-freetype-libdir=${LOCALBASE}/lib MAKE_ENV+= LOCAL_LDFLAGS="${LDFLAGS}" -post-configure: - @${RM} -r ${WRKSRC}/libtool - @${LN} -s ${LIBTOOL} ${WRKSRC}/libtool - post-build: .for f in vfontcap vfontcap.bdf @(cd ${WRKSRC}; \ |