summaryrefslogtreecommitdiff
path: root/comms/fidogate
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 /comms/fidogate
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 'comms/fidogate')
-rw-r--r--comms/fidogate/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/comms/fidogate/Makefile b/comms/fidogate/Makefile
index 056632c3d4d..f7baf139944 100644
--- a/comms/fidogate/Makefile
+++ b/comms/fidogate/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2005/05/22 20:07:43 jlam Exp $
+# $NetBSD: Makefile,v 1.39 2005/07/16 19:10:38 jlam Exp $
#
DISTNAME= fidogate-4.4.9
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.fidogate.org/
COMMENT= FidoNet (FTN) <-> Internet mail and news gateway
USE_PKGINSTALL= yes
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake perl:run
MAKE_ENV= DEBUG="${CFLAGS} -Werror"
BUILDLINK_SETENV.CC= CC="cc ${_STRIPFLAG_CC}"
@@ -65,5 +65,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/fidogate.txt ${PREFIX}/share/doc/fidogate
${INSTALL_DATA} ${WRKSRC}/fidogate.conf ${EGDIR}
-.include "../../lang/perl5/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"