aboutsummaryrefslogtreecommitdiff
path: root/security/smtpscan
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2003-04-30 11:40:36 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2003-04-30 11:40:36 +0000
commiteb1af203eb8f23de05be16bccccaa2a9dc80f989 (patch)
tree66ef79f825648fb25cdad79e7a07efbd4dcd4330 /security/smtpscan
parentb61bde8bfeafc8ff6f58a71c69fff4a6b901e603 (diff)
downloadports-eb1af203eb8f23de05be16bccccaa2a9dc80f989.tar.gz
ports-eb1af203eb8f23de05be16bccccaa2a9dc80f989.zip
Use ${PERL_ARCH} to fix building error on non-i386 architectures.
Pointed out by: kris
Notes
Notes: svn path=/head/; revision=79912
Diffstat (limited to 'security/smtpscan')
-rw-r--r--security/smtpscan/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/smtpscan/Makefile b/security/smtpscan/Makefile
index beca41bd6d2b..18b2f0b4ad74 100644
--- a/security/smtpscan/Makefile
+++ b/security/smtpscan/Makefile
@@ -7,6 +7,7 @@
PORTNAME= smtpscan
PORTVERSION= 0.3.1
+PORTREVISION= 1
CATEGORIES= security mail perl5
MASTER_SITES= http://www.greyhats.org/outils/smtpscan/
@@ -14,7 +15,7 @@ MAINTAINER= hubert@frbsd.org
COMMENT= A remote SMTP server version detector
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \
- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/IO.pm:${PORTSDIR}/devel/p5-IO \
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/IO.pm:${PORTSDIR}/devel/p5-IO \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS
USE_PERL5= yes