diff options
author | linimon <linimon@FreeBSD.org> | 2007-01-27 07:46:47 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-01-27 07:46:47 +0800 |
commit | 663e292762f6cb2f99ea2257a76a5ec9b448581f (patch) | |
tree | a4372286f169c47b3c696d5f05ed384adc45be0e | |
parent | a26666b83129b8efbcac6709712be0629a7e9c4e (diff) | |
download | freebsd-ports-gnome-663e292762f6cb2f99ea2257a76a5ec9b448581f.tar.gz freebsd-ports-gnome-663e292762f6cb2f99ea2257a76a5ec9b448581f.tar.zst freebsd-ports-gnome-663e292762f6cb2f99ea2257a76a5ec9b448581f.zip |
Add missing else case to PERL5 test, to avoid trying to build this on
pointyhat.
Requested by: kris
Pointy hat to: linimon
-rw-r--r-- | mail/p5-Sendmail-Milter/Makefile | 2 |
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> |