diff options
author | linimon <linimon@FreeBSD.org> | 2011-08-10 16:45:40 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-08-10 16:45:40 +0800 |
commit | 186807eabdfb32f44237793c4bd0affe3e54aafd (patch) | |
tree | 350f01f62211844499b028fa6f8c6a068211c962 | |
parent | 22dbc8933efc1f80916b5b4790ab244e633cb7f9 (diff) | |
download | freebsd-ports-graphics-186807eabdfb32f44237793c4bd0affe3e54aafd.tar.gz freebsd-ports-graphics-186807eabdfb32f44237793c4bd0affe3e54aafd.tar.zst freebsd-ports-graphics-186807eabdfb32f44237793c4bd0affe3e54aafd.zip |
Mark as ignore on sparc64 (and presumably all tier-2): #error "Need to
describe target architecture"
-rw-r--r-- | comms/syncterm/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/comms/syncterm/Makefile b/comms/syncterm/Makefile index 6686a72871c..41a20c58439 100644 --- a/comms/syncterm/Makefile +++ b/comms/syncterm/Makefile @@ -28,6 +28,9 @@ OPTIONS= X11 "Build with X11 support" on \ .include <bsd.port.pre.mk> +ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS_REASON= does not configure except on i386 amd64 + .if ${ARCH} == "i386" || ${ARCH} == "amd64" LIB_DEPENDS+= cl:${PORTSDIR}/security/cryptlib .else |