diff options
author | wiz <wiz> | 2001-04-02 20:06:11 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-04-02 20:06:11 +0000 |
commit | b557f43bb6f32cd797903e85e8fe718d2b6b2579 (patch) | |
tree | cfe0bfde1f380c8d727e04a3f65994a9293aead4 /www | |
parent | 4f168db8ff3d1a1dd71b815de3355a593fc6bf66 (diff) | |
download | pkgsrc-b557f43bb6f32cd797903e85e8fe718d2b6b2579.tar.gz |
Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing empty
lines.
Diffstat (limited to 'www')
-rw-r--r-- | www/arena/Makefile | 3 | ||||
-rw-r--r-- | www/bluefish/Makefile | 3 | ||||
-rw-r--r-- | www/quanta/Makefile | 4 |
3 files changed, 4 insertions, 6 deletions
diff --git a/www/arena/Makefile b/www/arena/Makefile index c30a957066f..18f4ef5dce4 100644 --- a/www/arena/Makefile +++ b/www/arena/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2001/03/27 03:20:22 hubertf Exp $ +# $NetBSD: Makefile,v 1.34 2001/04/02 20:06:14 wiz Exp $ # FreeBSD Id: Makefile,v 1.10 1998/05/04 20:22:31 jseger Exp # @@ -13,7 +13,6 @@ COMMENT= Experimental HTML 3 browser, supports math and style sheets BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf BUILD_USES_MSGFMT= yes - DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= libwww>=5.2.8:../../www/libwww DEPENDS+= png>1.0.9:../../graphics/png diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index d683f67205e..68408d0c7bd 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2001/03/27 03:20:23 hubertf Exp $ +# $NetBSD: Makefile,v 1.16 2001/04/02 20:06:14 wiz Exp $ # DISTNAME= bluefish-0.6 @@ -17,7 +17,6 @@ COMMENT= GTK HTML editor for the experienced web designer BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf BUILD_USES_MSGFMT= yes - DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= imlib-*:../../graphics/imlib DEPENDS+= weblint-*:../../www/weblint diff --git a/www/quanta/Makefile b/www/quanta/Makefile index f902b61f02e..22268db2118 100644 --- a/www/quanta/Makefile +++ b/www/quanta/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/03/28 21:47:37 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 2001/04/02 20:06:16 wiz Exp $ # DISTNAME= quanta-2.0-pr1 @@ -11,10 +11,10 @@ MAINTAINER= jmcneill@invisible.yi.org HOMEPAGE= http://quanta.sourceforge.net/ COMMENT= HTML editor suitable for experienced web developers +BUILD_USES_MSGFMT= yes DEPENDS+= kdebase>=2.1:../../x11/kdebase2 USE_INTL= yes -BUILD_USES_MSGFMT= yes WRKSRC= ${WRKDIR}/quanta .include "../../x11/kde2/Makefile.part2" |