diff options
Diffstat (limited to 'archivers/lzop/Makefile')
-rw-r--r-- | archivers/lzop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/lzop/Makefile b/archivers/lzop/Makefile index bd11f6006d60..f1fcc8d4d4b3 100644 --- a/archivers/lzop/Makefile +++ b/archivers/lzop/Makefile @@ -16,7 +16,7 @@ COMMENT= Fast file compressor similar to gzip, using the LZO library LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |