summaryrefslogtreecommitdiff
path: root/mail/ja-squirrelmail
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 /mail/ja-squirrelmail
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 'mail/ja-squirrelmail')
-rw-r--r--mail/ja-squirrelmail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/ja-squirrelmail/Makefile b/mail/ja-squirrelmail/Makefile
index 694879021bc..01c72f1f831 100644
--- a/mail/ja-squirrelmail/Makefile
+++ b/mail/ja-squirrelmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/07/13 04:08:57 martti Exp $
+# $NetBSD: Makefile,v 1.14 2005/07/16 19:10:39 jlam Exp $
DISTNAME= squirrelmail-1.4.4
PKGNAME= ja-${DISTNAME}
@@ -25,6 +25,7 @@ DEPENDS+= php-mbstring>=4.3.3:../../misc/php-mbstring
USE_LANGUAGES= # empty
USE_PKGINSTALL= yes
NO_BUILD= yes
+USE_TOOLS+= perl:run
REPLACE_PERL= config/conf.pl config/ri_once.pl
.include "../../mk/bsd.prefs.mk"
@@ -80,5 +81,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/data/index.php ${USER_PREFS_DIR}/
${INSTALL_DATA} ${WRKSRC}/data/.htaccess ${USER_PREFS_DIR}/
-.include "../../lang/perl5/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"