diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-03-08 19:40:36 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-03-08 19:40:36 +0000 |
commit | 0eea41ffb889b6d88dc6c53d485efeb703b452fd (patch) | |
tree | 31ed0dbd30601179a2bbef617a33214b104e418a /misc/gperiodic | |
parent | 0abc4adafe3476950763948379df9245f53b84fc (diff) | |
download | pkgsrc-0eea41ffb889b6d88dc6c53d485efeb703b452fd.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')
-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 |