diff options
author | jmmv <jmmv> | 2004-03-08 19:40:36 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-03-08 19:40:36 +0000 |
commit | 86c13741d5aac3e7554ae1450f434384bccf09e2 (patch) | |
tree | 31ed0dbd30601179a2bbef617a33214b104e418a /misc/gperiodic/Makefile | |
parent | ea5eb9df0c476c06390c6b0f9497fdd0c4d8cd1e (diff) | |
download | pkgsrc-86c13741d5aac3e7554ae1450f434384bccf09e2.tar.gz |
Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
Diffstat (limited to 'misc/gperiodic/Makefile')
-rw-r--r-- | misc/gperiodic/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/gperiodic/Makefile b/misc/gperiodic/Makefile index ac8525f20ed..a632de9b34f 100644 --- a/misc/gperiodic/Makefile +++ b/misc/gperiodic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2004/01/24 14:11:10 grant Exp $ +# $NetBSD: Makefile,v 1.21 2004/03/08 19:40:40 jmmv Exp $ DISTNAME= gperiodic-2.0.7 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= misc x11 MASTER_SITES= http://www.acclab.helsinki.fi/~frantz/software/ @@ -10,7 +10,7 @@ HOMEPAGE= http://www.acclab.helsinki.fi/~frantz/software/gperiodic.php COMMENT= Displays a periodic table of the elements BUILD_USES_MSGFMT= # defined -DEPENDS+= gnome1-dirs>=1.0:../../misc/gnome1-dirs +DEPENDS+= gnome1-dirs>=1.5:../../misc/gnome1-dirs USE_BUILDLINK2= # defined USE_PKGLOCALEDIR= # defined |