diff options
Diffstat (limited to 'www/ffproxy/Makefile')
-rw-r--r-- | www/ffproxy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/ffproxy/Makefile b/www/ffproxy/Makefile index 6888b12c9dbe..9512bfcb62d5 100644 --- a/www/ffproxy/Makefile +++ b/www/ffproxy/Makefile @@ -14,7 +14,7 @@ MAINTAINER= krion@FreeBSD.org COMMENT= Filtering HTTP proxy server GNU_CONFIGURE= yes -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |