summaryrefslogtreecommitdiff
path: root/graphics/freetype2
diff options
context:
space:
mode:
authorrillig <rillig>2005-11-04 11:01:08 +0000
committerrillig <rillig>2005-11-04 11:01:08 +0000
commit56a509b9329e4b97e5f277c91dbbb33067bb2d52 (patch)
tree4d4375e8b6ba1f110f9a4b1fd51540fc93d882c5 /graphics/freetype2
parent74480a1a15f8c33e84339d874354ae4e62623812 (diff)
downloadpkgsrc-56a509b9329e4b97e5f277c91dbbb33067bb2d52.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}"