diff options
author | kris <kris@FreeBSD.org> | 2004-02-24 06:07:38 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-24 06:07:38 +0800 |
commit | f755323e42c4f1c3444a882610835674dbfcf53d (patch) | |
tree | 95058b2057ae4eb7201886e3e01ff2337d9f6b4e /security/opensc | |
parent | aae850ab2f7d1d1c9020150444a21237fbab56cb (diff) | |
download | freebsd-ports-gnome-f755323e42c4f1c3444a882610835674dbfcf53d.tar.gz freebsd-ports-gnome-f755323e42c4f1c3444a882610835674dbfcf53d.tar.zst freebsd-ports-gnome-f755323e42c4f1c3444a882610835674dbfcf53d.zip |
BROKEN on !i386 and !sparc64: Does not compile
Diffstat (limited to 'security/opensc')
-rw-r--r-- | security/opensc/Makefile | 8 |
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> |