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
commit4e33d9d20871e3024fdc189f0823536f9025a140 (patch)
tree4d4375e8b6ba1f110f9a4b1fd51540fc93d882c5 /graphics/freetype2
parentf19f1b182b14d78e8cbd08122d8e6b871e1ecbba (diff)
downloadpkgsrc-4e33d9d20871e3024fdc189f0823536f9025a140.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}"