diff options
Diffstat (limited to 'net/nylon/Makefile')
-rw-r--r-- | net/nylon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nylon/Makefile b/net/nylon/Makefile index ba14ee9d1244..4bb76b057dba 100644 --- a/net/nylon/Makefile +++ b/net/nylon/Makefile @@ -21,7 +21,7 @@ RC_SCRIPTS_SUB=PREFIX=${PREFIX} RC_SUBR=${RC_SUBR} GNU_CONFIGURE= yes # Necessary for $PREFIX to work: -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-libevent=${LOCALBASE} MAN1= nylon.1 |