diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-04-22 01:41:08 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-04-22 01:41:08 +0000 |
commit | cc9a93e0af5a9ece836309da25b2540dd5c8edcc (patch) | |
tree | 57a46ade5f6083b6b20d6e4cf535f4d37edd6233 /mail/p5-vpopmail | |
parent | 4fc271a5c21ae8fcc8b01046c5011d250a8bd3bf (diff) |
Notes
Diffstat (limited to 'mail/p5-vpopmail')
-rw-r--r-- | mail/p5-vpopmail/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/p5-vpopmail/Makefile b/mail/p5-vpopmail/Makefile index 772a0b517844..c8706ae9d8ca 100644 --- a/mail/p5-vpopmail/Makefile +++ b/mail/p5-vpopmail/Makefile @@ -25,4 +25,10 @@ PERL_CONFIGURE= yes MAN3= vpopmail.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "ia64" +BROKEN= Does not build on ia64 +.endif + +.include <bsd.port.post.mk> |