diff options
author | wiz <wiz> | 2001-01-04 17:55:40 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-01-04 17:55:40 +0000 |
commit | dc016b623fafbbb52a8074095b8dbd6202916e4f (patch) | |
tree | 9d2303089f096af03712872403940cf2bb2d81cc /www | |
parent | 9f0948a3805420c86f0578eb5e74a6836188f870 (diff) | |
download | pkgsrc-dc016b623fafbbb52a8074095b8dbd6202916e4f.tar.gz |
Remove DEPENDS on gettext and replace it by BUILD_DEPENDS and USE_LIBINTL.
Diffstat (limited to 'www')
-rw-r--r-- | www/bluefish/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index 054b11dca37..329e79867de 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/12/28 14:40:40 wulf Exp $ +# $NetBSD: Makefile,v 1.10 2001/01/04 17:55:40 wiz Exp $ # DISTNAME= bluefish-0.6 @@ -10,17 +10,16 @@ MAINTAINER= wulf@ping.net.au HOMEPAGE= http://bluefish.openoffice.nl/ BUILD_DEPENDS+= autoconf:../../devel/autoconf -DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext +BUILD_DEPENDS+= msgfmt:../../devel/gettext DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= imlib-*:../../graphics/imlib DEPENDS+= weblint-*:../../www/weblint USE_X11BASE= # defined USE_GMAKE= # defined +USE_LIBINTL= # defined GNU_CONFIGURE= # defined -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" -CPPFLAGS+= -I${LOCALBASE}/include HTMLDIR= ${PREFIX}/share/doc/html/bluefish |