summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-01-26 23:46:47 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-01-26 23:46:47 +0000
commit8308e5a52a62e488280a946eb4d42ffaf888c8a9 (patch)
treee6bafb5c2a6a992b1906c86e4c44273f926dbfd9 /mail
parentUpgrade to 0.5.9. (diff)
Add missing else case to PERL5 test, to avoid trying to build this on
pointyhat. Requested by: kris Pointy hat to: linimon
Notes
Notes: svn path=/head/; revision=183370
Diffstat (limited to 'mail')
-rw-r--r--mail/p5-Sendmail-Milter/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/p5-Sendmail-Milter/Makefile b/mail/p5-Sendmail-Milter/Makefile
index 6ba66ca778f6..35e6c04b8dd2 100644
--- a/mail/p5-Sendmail-Milter/Makefile
+++ b/mail/p5-Sendmail-Milter/Makefile
@@ -26,6 +26,8 @@ PERLTHREADS!= ${PERL5} -V:usethreads | ${AWK} '/define/ { print "define"; exit }
.if ${PERLTHREADS} != "define"
IGNORE= requires perl to be built with -DWITH_THREADS
.endif
+.else
+IGNORE= requires an existing installation of perl, built with -DWITH_THREADS
.endif
.include <bsd.port.post.mk>