summaryrefslogtreecommitdiff
path: root/misc/hitchhiker
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-04-14 16:15:20 +0000
committerjmmv <jmmv@pkgsrc.org>2004-04-14 16:15:20 +0000
commitbedae6c90ccf11bddb3b3bdde8d2652e72eeeed3 (patch)
tree3757535e0cffe141412b01910b7f14b0965825b2 /misc/hitchhiker
parenta7e2fe95446b9256aa3c5d4f9854059551415f11 (diff)
downloadpkgsrc-bedae6c90ccf11bddb3b3bdde8d2652e72eeeed3.tar.gz
Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
Diffstat (limited to 'misc/hitchhiker')
-rw-r--r--misc/hitchhiker/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/hitchhiker/Makefile b/misc/hitchhiker/Makefile
index bfd8710e52d..55f70107d96 100644
--- a/misc/hitchhiker/Makefile
+++ b/misc/hitchhiker/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/03/08 19:40:40 jmmv Exp $
+# $NetBSD: Makefile,v 1.15 2004/04/14 16:15:25 jmmv Exp $
#
DISTNAME= hh2000-0.6
@@ -11,11 +11,10 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://hirame.hiram.edu/~worleyam
COMMENT= Astronomical simulation and visualization program
-DEPENDS+= gnome1-dirs>=1.5:../../misc/gnome1-dirs
-
GNU_CONFIGURE= yes
USE_X11BASE= yes
USE_BUILDLINK2= yes
+USE_DIRS+= gnome1-1.5
USE_PKGLOCALEDIR= yes
.include "../../devel/gettext-lib/buildlink2.mk"