diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-11-30 03:03:04 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-11-30 03:03:04 +0000 |
commit | a2e5f51dc5469df371a2d21259b0b305968b490d (patch) | |
tree | d0ebdbb39d306d35dd1e72cfe43d24f48b34a729 | |
parent | Fix patching stage in XFree86-4-Server-snap by using patch-xfree86.cf in this (diff) |
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/Makefile | 2 |
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 |