diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/bluefish/Makefile | 4 | ||||
-rw-r--r-- | www/epiphany/Makefile | 4 | ||||
-rw-r--r-- | www/galeon-devel/Makefile | 4 | ||||
-rw-r--r-- | www/galeon/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index 24736e859d4..19c3eff0967 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2004/03/26 02:27:56 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2004/04/14 16:15:28 jmmv Exp $ # DISTNAME= bluefish-0.12 @@ -15,11 +15,11 @@ MAINTAINER= wulf@ping.net.au HOMEPAGE= http://bluefish.openoffice.nl/ COMMENT= GTK HTML editor for the experienced web designer -DEPENDS+= gnome2-dirs>=1.5:../../misc/gnome2-dirs DEPENDS+= weblint-[0-9]*:../../www/weblint BUILD_USES_MSGFMT= YES USE_BUILDLINK2= # defined +USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= # defined USE_X11= # defined USE_GNU_TOOLS+= make diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 5c4275f6639..0d9be2bae5c 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/04/01 18:52:48 jmmv Exp $ +# $NetBSD: Makefile,v 1.15 2004/04/14 16:15:28 jmmv Exp $ # DISTNAME= epiphany-1.2.2 @@ -11,10 +11,10 @@ HOMEPAGE= http://www.gnome.org/projects/epiphany/ COMMENT= The web browser for the GNOME Desktop BUILD_USES_MSGFMT= YES -DEPENDS+= gnome2-dirs>=1.5:../../misc/gnome2-dirs GNU_CONFIGURE= YES USE_BUILDLINK3= YES +USE_DIRS+= gnome2-1.5 USE_GNU_TOOLS+= make USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES diff --git a/www/galeon-devel/Makefile b/www/galeon-devel/Makefile index c525a6ab907..921ee73fc9c 100644 --- a/www/galeon-devel/Makefile +++ b/www/galeon-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/04/03 13:26:32 jmmv Exp $ +# $NetBSD: Makefile,v 1.7 2004/04/14 16:15:28 jmmv Exp $ # DISTNAME= galeon-1.3.14a @@ -11,12 +11,12 @@ MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://galeon.sourceforge.net/ COMMENT= GNOME2 Web browser based on gecko -DEPENDS= gnome2-dirs>=1.5:../../misc/gnome2-dirs BUILD_USES_MSGFMT= yes CONFLICTS+= galeon-devel-[0-9]* USE_BUILDLINK3= yes +USE_DIRS+= gnome2-1.5 USE_GNU_TOOLS+= make USE_PKGINSTALL= yes USE_PKGLOCALEDIR= yes diff --git a/www/galeon/Makefile b/www/galeon/Makefile index 9d9484fe364..e2cc3234633 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2004/03/08 19:40:43 jmmv Exp $ +# $NetBSD: Makefile,v 1.65 2004/04/14 16:15:28 jmmv Exp $ DISTNAME= galeon-1.2.13 PKGREVISION= 3 @@ -12,7 +12,6 @@ COMMENT= GNOME web browser based on gecko (mozilla rendering engine) CONFLICTS= galeon-current-[0-9]* BUILD_DEPENDS+= xml-i18n-tools>=0.8.1:../../textproc/xml-i18n-tools -DEPENDS+= xdg-x11-dirs>=1.1:../../misc/xdg-x11-dirs EVAL_PREFIX+= MOZILLA_PREFIX=mozilla EVAL_PREFIX+= ICONV_PREFIX=libiconv @@ -20,6 +19,7 @@ EVAL_PREFIX+= GCONF_PREFIX=GConf USE_X11BASE= yes USE_BUILDLINK2= yes +USE_DIRS+= xdg-x11-1.1 USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes USE_LANGUAGES= c c++ |