aboutsummaryrefslogtreecommitdiff
path: root/comms/syncterm
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-08-10 08:45:40 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-08-10 08:45:40 +0000
commitc284abee23ed8d489c50fd85b823afcf1b98e723 (patch)
tree213c822b71282eb3703c59a5a119bafc19dab4d5 /comms/syncterm
parent220f7d694d76a7e6d48464ce67ac0b8618435a84 (diff)
downloadports-c284abee23ed8d489c50fd85b823afcf1b98e723.tar.gz
ports-c284abee23ed8d489c50fd85b823afcf1b98e723.zip
Mark as ignore on sparc64 (and presumably all tier-2): #error "Need to
describe target architecture"
Notes
Notes: svn path=/head/; revision=279388
Diffstat (limited to 'comms/syncterm')
-rw-r--r--comms/syncterm/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/comms/syncterm/Makefile b/comms/syncterm/Makefile
index 6686a72871c8..41a20c584392 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