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 /misc/gperiodic | |
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 'misc/gperiodic')
-rw-r--r-- | misc/gperiodic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/gperiodic/Makefile b/misc/gperiodic/Makefile index a632de9b34f..915d70dcf71 100644 --- a/misc/gperiodic/Makefile +++ b/misc/gperiodic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/03/08 19:40:40 jmmv Exp $ +# $NetBSD: Makefile,v 1.22 2004/04/14 16:15:25 jmmv Exp $ DISTNAME= gperiodic-2.0.7 PKGREVISION= 2 @@ -10,9 +10,9 @@ 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.5:../../misc/gnome1-dirs USE_BUILDLINK2= # defined +USE_DIRS+= gnome1-1.5 USE_PKGLOCALEDIR= # defined USE_X11= # defined USE_GNU_TOOLS+= make |