summaryrefslogtreecommitdiff
path: root/comms/fidogate
diff options
context:
space:
mode:
authorjlam <jlam>2001-11-30 17:37:15 +0000
committerjlam <jlam>2001-11-30 17:37:15 +0000
commitfcc0541a9764824e3fc695619566fa57fac0cb04 (patch)
tree1883f21fac5e689ab287ebab14e6762bb753be6b /comms/fidogate
parent06d90ca126ce619693fc1711756569688b75b868 (diff)
downloadpkgsrc-fcc0541a9764824e3fc695619566fa57fac0cb04.tar.gz
Use perl5/buildlink.mk instead of USE_PERL5.
Diffstat (limited to 'comms/fidogate')
-rw-r--r--comms/fidogate/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/fidogate/Makefile b/comms/fidogate/Makefile
index 15fc2a2f423..d321dd997f8 100644
--- a/comms/fidogate/Makefile
+++ b/comms/fidogate/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2001/10/31 14:32:30 tv Exp $
+# $NetBSD: Makefile,v 1.16 2001/11/30 17:37:15 jlam Exp $
#
DISTNAME= fidogate-4.4.4
@@ -10,8 +10,7 @@ HOMEPAGE= http://www.fido.de/fidogate/
COMMENT= FidoNet (FTN) <-> Internet mail and news gateway
USE_BUILDLINK_ONLY= yes
-USE_GMAKE= yes
-USE_PERL5= yes
+USE_GMAKE= yes
INFO_FILES= fidogate.info
MAKE_ENV= DEBUG="${CFLAGS} -Werror" CC="${CC} ${STRIPFLAG}"
@@ -56,4 +55,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/fidogate.txt ${PREFIX}/share/doc/fidogate/
${INSTALL_DATA} ${WRKSRC}/fidogate.conf.dist ${PREFIX}/etc/fidogate/
+.include "../../lang/perl5/buildlink.mk"
.include "../../mk/bsd.pkg.mk"