aboutsummaryrefslogtreecommitdiff
path: root/comms/rxtx
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-06-28 17:20:33 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-06-28 17:20:33 +0000
commit602f01c5e2b0c5cc792ab767f7bcbb4b25e8ec4e (patch)
treeb27823ee2b2523de08210d0af87f1b2816935f83 /comms/rxtx
parent6f9f2edac6b8179e7919998b735139c224bfa754 (diff)
downloadports-602f01c5e2b0c5cc792ab767f7bcbb4b25e8ec4e.tar.gz
ports-602f01c5e2b0c5cc792ab767f7bcbb4b25e8ec4e.zip
- Use ARCH instead of MACHINE_ARCH
Approved by: Jean-Baptiste Quenot <jbq@caraldi.com> (maintainer, implicit), pav
Notes
Notes: svn path=/head/; revision=194405
Diffstat (limited to 'comms/rxtx')
-rw-r--r--comms/rxtx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/rxtx/Makefile b/comms/rxtx/Makefile
index 659ab6b53d1b..868d311af894 100644
--- a/comms/rxtx/Makefile
+++ b/comms/rxtx/Makefile
@@ -28,7 +28,7 @@ CONFIGURE_ENV= JAVA_HOME=${JAVA_HOME}
PREFIX= ${JAVA_HOME}/jre
NO_MTREE= yes
-PLIST_SUB= ARCH=${MACHINE_ARCH}
+PLIST_SUB= ARCH=${ARCH}
post-patch:
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure ${WRKSRC}/ltconfig