summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authoritojun <itojun>2000-11-04 07:05:09 +0000
committeritojun <itojun>2000-11-04 07:05:09 +0000
commit10ed242e83f2d255125573c7a5ddb0f8f96e4fca (patch)
treed5017bba22f1c345833bdb482b6dee3c9a0db156 /graphics
parent891ae7232da8e97544153363db4e113fa79fcc94 (diff)
downloadpkgsrc-10ed242e83f2d255125573c7a5ddb0f8f96e4fca.tar.gz
use USE_LIBINTL.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/freetype-lib/Makefile.common6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/freetype-lib/Makefile.common b/graphics/freetype-lib/Makefile.common
index 947d8cb9687..e084e581fae 100644
--- a/graphics/freetype-lib/Makefile.common
+++ b/graphics/freetype-lib/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2000/10/06 01:27:38 jlam Exp $
+# $NetBSD: Makefile.common,v 1.7 2000/11/04 07:05:09 itojun Exp $
DISTNAME= freetype-${FT_VERS}
FT_VERS= 1.3.1
@@ -10,7 +10,7 @@ MASTER_SITES= http://download.sourceforge.net/freetype/ \
MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://www.freetype.org/
-DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext
+BUILD_DEPENDS+= msgfmt:../../devel/gettext
USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
@@ -19,6 +19,8 @@ GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --with-locale-dir=${PREFIX}/share/locale
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
+USE_LIBINTL= yes
+
CFLAGS+= -I${LOCALBASE}/include
CPPFLAGS+= -I${LOCALBASE}/include