diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2003-04-30 19:40:36 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2003-04-30 19:40:36 +0800 |
commit | a61788c82d617c08402811b85d1e905cd8ba69f9 (patch) | |
tree | 2b0672f2022bad7e59beef9f6076d8b0bc0f2bdd /security | |
parent | e756d4863203e59354c50f81ef6de5a53a324bf6 (diff) | |
download | freebsd-ports-gnome-a61788c82d617c08402811b85d1e905cd8ba69f9.tar.gz freebsd-ports-gnome-a61788c82d617c08402811b85d1e905cd8ba69f9.tar.zst freebsd-ports-gnome-a61788c82d617c08402811b85d1e905cd8ba69f9.zip |
Use ${PERL_ARCH} to fix building error on non-i386 architectures.
Pointed out by: kris
Diffstat (limited to 'security')
-rw-r--r-- | security/smtpscan/Makefile | 3 |
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 |