diff options
Diffstat (limited to 'comms/lirc/Makefile')
-rw-r--r-- | comms/lirc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/lirc/Makefile b/comms/lirc/Makefile index 244c75d..eac36ad 100644 --- a/comms/lirc/Makefile +++ b/comms/lirc/Makefile @@ -21,7 +21,7 @@ USE_GMAKE= yes USE_INC_LIBTOOL_VER=13 USE_REINPLACE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --disable-manage-devices --with-devdir=/var/lirc .include <bsd.port.pre.mk> |