diff options
author | itojun <itojun> | 2000-11-04 07:05:09 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-11-04 07:05:09 +0000 |
commit | 2b3f1746e8b7a66a12513949ccfc0422193498d6 (patch) | |
tree | d5017bba22f1c345833bdb482b6dee3c9a0db156 /graphics/freetype-lib | |
parent | 0e7300081e69d2c703ad022ff453ce89363cbc84 (diff) | |
download | pkgsrc-2b3f1746e8b7a66a12513949ccfc0422193498d6.tar.gz |
use USE_LIBINTL.
Diffstat (limited to 'graphics/freetype-lib')
-rw-r--r-- | graphics/freetype-lib/Makefile.common | 6 |
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 |