diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-04-14 16:15:20 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-04-14 16:15:20 +0000 |
commit | bedae6c90ccf11bddb3b3bdde8d2652e72eeeed3 (patch) | |
tree | 3757535e0cffe141412b01910b7f14b0965825b2 /www/galeon | |
parent | a7e2fe95446b9256aa3c5d4f9854059551415f11 (diff) | |
download | pkgsrc-bedae6c90ccf11bddb3b3bdde8d2652e72eeeed3.tar.gz |
Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
Diffstat (limited to 'www/galeon')
-rw-r--r-- | www/galeon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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++ |