summaryrefslogtreecommitdiff
path: root/x11/xephem/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2005-07-16 19:10:37 +0000
committerjlam <jlam>2005-07-16 19:10:37 +0000
commitdd5e994e0c9890df081d82e9855ba2047d0189e0 (patch)
tree5e673c0121797154e662e294d0aa49ba7abfcf99 /x11/xephem/Makefile
parenta8e777f5a6696496c093dab707c1e1a5b713fe8b (diff)
downloadpkgsrc-dd5e994e0c9890df081d82e9855ba2047d0189e0.tar.gz
Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
Diffstat (limited to 'x11/xephem/Makefile')
-rw-r--r--x11/xephem/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xephem/Makefile b/x11/xephem/Makefile
index 26d651b977a..78d23685b4d 100644
--- a/x11/xephem/Makefile
+++ b/x11/xephem/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2005/05/20 13:17:11 drochner Exp $
+# $NetBSD: Makefile,v 1.32 2005/07/16 19:10:41 jlam Exp $
DISTNAME= xephem-3.6.4
CATEGORIES= x11
@@ -13,6 +13,7 @@ LICENSE= no-commercial-use
WRKSRC= ${WRKDIR}/${DISTNAME}/GUI/xephem
USE_IMAKE= yes
+USE_TOOLS+= perl:run
LIBSRC1= ${WRKDIR}/${DISTNAME}/libastro
LIBSRC2= ${WRKDIR}/${DISTNAME}/libip
@@ -34,6 +35,5 @@ post-install:
${PREFIX}/share/xephem
${CHOWN} -R ${SHAREOWN} ${PREFIX}/share/xephem
-.include "../../lang/perl5/buildlink3.mk"
.include "../../mk/motif.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"