diff options
author | wiz <wiz@pkgsrc.org> | 2001-01-04 17:55:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-01-04 17:55:40 +0000 |
commit | 907a59d7da9d9bf0056a5e1c5cc23a8126f13cba (patch) | |
tree | 9d2303089f096af03712872403940cf2bb2d81cc /www | |
parent | 022009f6f305ed3ee584c3f554f2305f912eca13 (diff) | |
download | pkgsrc-907a59d7da9d9bf0056a5e1c5cc23a8126f13cba.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 |