diff options
author | sat <sat@FreeBSD.org> | 2007-06-29 01:20:33 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-06-29 01:20:33 +0800 |
commit | b70169e39e7137b79e6eb01723620f71393d8129 (patch) | |
tree | 01e67205c2a22037460f97f447ebafe777af805e /comms/rxtx/Makefile | |
parent | 665d5819016e9966ee3dfddbad1a0f6dd54cca9e (diff) | |
download | freebsd-ports-gnome-b70169e39e7137b79e6eb01723620f71393d8129.tar.gz freebsd-ports-gnome-b70169e39e7137b79e6eb01723620f71393d8129.tar.zst freebsd-ports-gnome-b70169e39e7137b79e6eb01723620f71393d8129.zip |
- Use ARCH instead of MACHINE_ARCH
Approved by: Jean-Baptiste Quenot <jbq@caraldi.com> (maintainer, implicit),
pav
Diffstat (limited to 'comms/rxtx/Makefile')
-rw-r--r-- | comms/rxtx/Makefile | 2 |
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 |