diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-25 10:01:40 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-25 10:01:40 +0000 |
commit | 071c5db2529c689a2d9423a9f3e3bacc2e8cd43e (patch) | |
tree | acaee70cf1ee8fd236c2215a301fd41047c72e02 /mail | |
parent | b1e7dd17985c5830f15457ef592ebc63c502f83f (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/xpbiff/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/xpbiff/Makefile b/mail/xpbiff/Makefile index 34e549ae024c..e35cf3c136e1 100644 --- a/mail/xpbiff/Makefile +++ b/mail/xpbiff/Makefile @@ -28,6 +28,12 @@ YOUBINBINDIR= ${PREFIX} YOUBINBINDIR= ${LOCALBASE} .endif +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} @@ -56,4 +62,4 @@ post-patch: @${MV} ${WRKSRC}/config.h ${WRKSRC}/config.h.org @${SED} "s=%YOUBINBINDIR%=${YOUBINBINDIR}/bin=" < ${WRKSRC}/config.h.org > ${WRKSRC}/config.h -.include <bsd.port.mk> +.include <bsd.port.post.mk> |