diff options
author | recht <recht> | 2004-04-03 11:31:02 +0000 |
---|---|---|
committer | recht <recht> | 2004-04-03 11:31:02 +0000 |
commit | 11f95efad5f57ea6c09615837b17689de4cf36ac (patch) | |
tree | 72774a7d82d221c107a597837a7f0b14df3d1d19 /fonts/ttmkfdir2/Makefile | |
parent | bc4422a3befe08a3c3f52160a72d5d70f296e3f6 (diff) | |
download | pkgsrc-11f95efad5f57ea6c09615837b17689de4cf36ac.tar.gz |
Set FREETYPE_CONFIG in MAKE_ENV and use it instead of just freetype-config.
Diffstat (limited to 'fonts/ttmkfdir2/Makefile')
-rw-r--r-- | fonts/ttmkfdir2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts/ttmkfdir2/Makefile b/fonts/ttmkfdir2/Makefile index c74ff1c5d9c..86536e9b82a 100644 --- a/fonts/ttmkfdir2/Makefile +++ b/fonts/ttmkfdir2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/03/30 11:56:48 recht Exp $ +# $NetBSD: Makefile,v 1.4 2004/04/03 11:31:02 recht Exp $ # DISTNAME= ttmkfdir2.20021109 @@ -20,6 +20,8 @@ USE_BUILDLINK3= yes USE_GNU_TOOLS+= make USE_LANGUAGES= c c++ +MAKE_ENV+= FREETYPE_CONFIG=${FREETYPE_CONFIG} + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ttmkfdir ${PREFIX}/bin |