aboutsummaryrefslogtreecommitdiff
path: root/security/opensc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-23 22:07:38 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-23 22:07:38 +0000
commit1085ee534d4a8f5f6f7aee81b48cca6b40535679 (patch)
tree34a46992e85343670b5b7baf4e73384d0dbacfe5 /security/opensc
parent742e7e61a360061cd4e7b648247540e080acf9a5 (diff)
downloadports-1085ee534d4a8f5f6f7aee81b48cca6b40535679.tar.gz
ports-1085ee534d4a8f5f6f7aee81b48cca6b40535679.zip
BROKEN on !i386 and !sparc64: Does not compile
Notes
Notes: svn path=/head/; revision=101907
Diffstat (limited to 'security/opensc')
-rw-r--r--security/opensc/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/opensc/Makefile b/security/opensc/Makefile
index d7f74cb271a6..d3aef2cd0033 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>