diff options
author | sakamoto <sakamoto> | 1999-09-21 10:41:58 +0000 |
---|---|---|
committer | sakamoto <sakamoto> | 1999-09-21 10:41:58 +0000 |
commit | 9c8b1205c6e09c97651a831aa0c8e807721003dc (patch) | |
tree | 73cbf0c500bd02c022f8dc0fd9e3ef85be4a8e4c /japanese | |
parent | 24652dfef0db3330f4b794ad7769dc0ecfc32913 (diff) | |
download | pkgsrc-9c8b1205c6e09c97651a831aa0c8e807721003dc.tar.gz |
Fix freetype support,
suggested by Hiroshi TOMIE <tomie@civil.eng.osaka-u.ac.jp>.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/vflib/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/japanese/vflib/Makefile b/japanese/vflib/Makefile index 6d9a3117d95..7c5ee48815c 100644 --- a/japanese/vflib/Makefile +++ b/japanese/vflib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/09/06 05:32:47 sakamoto Exp $ +# $NetBSD: Makefile,v 1.4 1999/09/21 10:41:58 sakamoto Exp $ # FreeBSD Id: Makefile,v 1.20 1999/05/03 01:58:33 steve Exp $ DISTNAME= VFlib2-2.24.2 @@ -20,6 +20,9 @@ PLIST_SUBST+= VFLIB_VERSION=${VFLIB_VERSION} \ USE_X11= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--with-freetype \ + --with-freetype-includedir=${LOCALBASE}/include \ + --with-freetype-libdir=${LOCALBASE}/lib MAKE_ENV+= LOCAL_LDFLAGS="${LDFLAGS}" post-configure: |