aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2003-11-30 03:03:04 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2003-11-30 03:03:04 +0000
commita2e5f51dc5469df371a2d21259b0b305968b490d (patch)
treed0ebdbb39d306d35dd1e72cfe43d24f48b34a729
parentc3e2da8a8c7385028e9beec4814caf67fb22df5a (diff)
downloadports-a2e5f51dc5469df371a2d21259b0b305968b490d.tar.gz
ports-a2e5f51dc5469df371a2d21259b0b305968b490d.zip
Fix typo error (ONLY_FOR_ARCH => ONLY_FOR_ARCHS),
this fix building on non-i386 archs. Submitted by: maintainer Approved by: portmgr (marcus)
Notes
Notes: svn path=/head/; revision=94826
-rw-r--r--devel/swarm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/swarm/Makefile b/devel/swarm/Makefile
index 38c808007544..0e1a768a8f44 100644
--- a/devel/swarm/Makefile
+++ b/devel/swarm/Makefile
@@ -21,7 +21,7 @@ LIB_DEPENDS+= hdf5.0:${PORTSDIR}/graphics/hdf5
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
BLT24.3:${PORTSDIR}/x11-toolkits/blt
-ONLY_FOR_ARCH= i386
+ONLY_FOR_ARCHS= i386
USE_JAVA= 1.3+
USE_GMAKE= yes