summaryrefslogtreecommitdiff
path: root/graphics/freetype2
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-11-04 11:01:08 +0000
committerrillig <rillig@pkgsrc.org>2005-11-04 11:01:08 +0000
commitc3a57e19bfc5458c84dbf467354ae595997e0571 (patch)
tree4d4375e8b6ba1f110f9a4b1fd51540fc93d882c5 /graphics/freetype2
parent916d79ef912b526147d799698e04e02d03f736b5 (diff)
downloadpkgsrc-c3a57e19bfc5458c84dbf467354ae595997e0571.tar.gz
Explicitly set BUILD_DIRS to show that it is different from CONFIGURE_DIRS.
Diffstat (limited to 'graphics/freetype2')
-rw-r--r--graphics/freetype2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/freetype2/Makefile b/graphics/freetype2/Makefile
index fa278dc090f..e5d4c40aa1a 100644
--- a/graphics/freetype2/Makefile
+++ b/graphics/freetype2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2005/10/12 04:43:26 hiramatsu Exp $
+# $NetBSD: Makefile,v 1.47 2005/11/04 11:01:08 rillig Exp $
DISTNAME= freetype-2.1.10
PKGNAME= freetype2-2.1.10
@@ -21,6 +21,7 @@ USE_LIBTOOL= yes
USE_TOOLS+= grep gmake
GNU_CONFIGURE= yes
CONFIGURE_DIRS= ${WRKSRC}/builds/unix
+BUILD_DIRS= ${WRKSRC}
CONFIGURE_ARGS+= --includedir=${PREFIX}/include
CONFIGURE_ENV+= ac_cv_path_GREP="${GREP}" ac_cv_path_EGREP="${EGREP}"