diff options
Diffstat (limited to 'ftp/frox/Makefile')
-rw-r--r-- | ftp/frox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/frox/Makefile b/ftp/frox/Makefile index 850fa89b4f9e..410d059ff8a7 100644 --- a/ftp/frox/Makefile +++ b/ftp/frox/Makefile @@ -19,7 +19,7 @@ COMMENT= Transparent FTP proxy with caching support USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_RC_SUBR= yes RC_DIR?= ${PREFIX}/etc/rc.d |