summaryrefslogtreecommitdiffstats
path: root/mail/xpbiff
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-25 10:01:40 +0000
committerkris <kris@FreeBSD.org>2004-02-25 10:01:40 +0000
commit80e709b69cc57e073a81e7dc8b009a78d0f703da (patch)
treeed569b8dbeaceff2d11e3eee859841630a21ab86 /mail/xpbiff
parent69f03cc51128b2e20865ad5204bba0563ef9b65b (diff)
downloadFreeBSD-ports-80e709b69cc57e073a81e7dc8b009a78d0f703da.zip
FreeBSD-ports-80e709b69cc57e073a81e7dc8b009a78d0f703da.tar.gz
BROKEN on !i386: Does not compile
Diffstat (limited to 'mail/xpbiff')
-rw-r--r--mail/xpbiff/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/xpbiff/Makefile b/mail/xpbiff/Makefile
index 34e549a..e35cf3c 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>
OpenPOWER on IntegriCloud