diff options
Diffstat (limited to 'irc/srvx/Makefile')
-rw-r--r-- | irc/srvx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/srvx/Makefile b/irc/srvx/Makefile index 4f3782c56d1c..3293b97fcc6b 100644 --- a/irc/srvx/Makefile +++ b/irc/srvx/Makefile @@ -15,7 +15,7 @@ MAINTAINER= weaseal@users.sourceforge.net COMMENT= Srvx IRC services GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --enable-debug |