summaryrefslogtreecommitdiff
path: root/graphics/freetype2/Makefile
diff options
context:
space:
mode:
authortnn <tnn>2009-11-24 11:26:50 +0000
committertnn <tnn>2009-11-24 11:26:50 +0000
commit0e9b41a4147dbfa4e930599b0d7c84aa23d9c7dc (patch)
tree745bbf43652b9270b87c2eb5e793a5e72339e061 /graphics/freetype2/Makefile
parentdc18cb383b2fb0d69801de8d37f00dba6f4ae1e7 (diff)
downloadpkgsrc-0e9b41a4147dbfa4e930599b0d7c84aa23d9c7dc.tar.gz
ensure "freetype-config --libs" emits a run path.
Diffstat (limited to 'graphics/freetype2/Makefile')
-rw-r--r--graphics/freetype2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/freetype2/Makefile b/graphics/freetype2/Makefile
index 9584fa2bf0e..ae8320072cf 100644
--- a/graphics/freetype2/Makefile
+++ b/graphics/freetype2/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.70 2009/11/23 12:01:58 drochner Exp $
+# $NetBSD: Makefile,v 1.71 2009/11/24 11:26:50 tnn Exp $
DISTNAME= freetype-2.3.11
PKGNAME= ${DISTNAME:S/-/2-/}
+PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freetype/} \
ftp://ring.aist.go.jp/pub/graphics/freetype/freetype2/
@@ -20,6 +21,7 @@ GNU_CONFIGURE= yes
CONFIGURE_DIRS= ${WRKSRC}/builds/unix
BUILD_DIRS= ${WRKSRC}
CONFIGURE_ARGS+= --includedir=${PREFIX}/include
+CONFIGURE_ARGS+= --enable-shared
CONFIGURE_ENV+= ac_cv_path_GREP=${GREP:Q} ac_cv_path_EGREP=${EGREP:Q}
.if exists(/System/Library/Frameworks/Carbon.framework)