summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-23 22:07:38 +0000
committerkris <kris@FreeBSD.org>2004-02-23 22:07:38 +0000
commitf755323e42c4f1c3444a882610835674dbfcf53d (patch)
tree95058b2057ae4eb7201886e3e01ff2337d9f6b4e
parentaae850ab2f7d1d1c9020150444a21237fbab56cb (diff)
downloadFreeBSD-ports-f755323e42c4f1c3444a882610835674dbfcf53d.zip
FreeBSD-ports-f755323e42c4f1c3444a882610835674dbfcf53d.tar.gz
BROKEN on !i386 and !sparc64: Does not compile
-rw-r--r--japanese/migemo/Makefile8
-rw-r--r--security/opensc/Makefile8
2 files changed, 14 insertions, 2 deletions
diff --git a/japanese/migemo/Makefile b/japanese/migemo/Makefile
index 54fac33..72c764d 100644
--- a/japanese/migemo/Makefile
+++ b/japanese/migemo/Makefile
@@ -28,9 +28,15 @@ RUN_DEPENDS+= ${RUBY_SITELIBDIR}/romkan.rb:${PORTSDIR}/japanese/ruby-romkan \
CONFIGURE_ARGS+=--with-rubydir=${RUBY_SITELIBDIR}
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != "i386" && ${ARCH} != "sparc64"
+BROKEN= "Does not compile on !i386 and !sparc64"
+.endif
+
post-install:
.if defined(EMACS_PORT_NAME)
@${CAT} ${PKGMESSAGE}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/security/opensc/Makefile b/security/opensc/Makefile
index d7f74cb..d3aef2c 100644
--- a/security/opensc/Makefile
+++ b/security/opensc/Makefile
@@ -71,4 +71,10 @@ CONFIGURE_ARGS+= --enable-usbtoken
CONFIGURE_ARGS+= --with-plugin-dir=${X11BASE}/lib/mozilla/plugins
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != "i386" && ${ARCH} != "sparc64"
+BROKEN= "Does not compile on !i386 and !sparc64"
+.endif
+
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud