summaryrefslogtreecommitdiff
path: root/security/fprot-workstation-bin
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 /security/fprot-workstation-bin
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 'security/fprot-workstation-bin')
-rw-r--r--security/fprot-workstation-bin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/fprot-workstation-bin/Makefile b/security/fprot-workstation-bin/Makefile
index 4a83e965691..61ecc5a6447 100644
--- a/security/fprot-workstation-bin/Makefile
+++ b/security/fprot-workstation-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/06/17 03:50:31 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2005/07/16 19:10:40 jlam Exp $
#
DISTNAME= #defined
@@ -25,6 +25,7 @@ LICENSE= fprot-workstation-license
WRKSRC= ${WRKDIR}/f-prot
NO_BUILD= yes
USE_PKGINSTALL= yes
+USE_TOOLS+= perl:run
DATDIR= ${PREFIX}/share/fprot-workstation-bin
DOCDIR= ${PREFIX}/share/doc/fprot-workstation-bin
@@ -85,5 +86,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/ENGLISH.TX0 ${FPDIR}
${INSTALL_PROGRAM} ${WRKSRC}/f-prot ${FPDIR}
-.include "../../lang/perl5/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"