diff options
Diffstat (limited to 'devel/libtar/Makefile')
-rw-r--r-- | devel/libtar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libtar/Makefile b/devel/libtar/Makefile index ca403a5c3b39..03ba86111d15 100644 --- a/devel/libtar/Makefile +++ b/devel/libtar/Makefile @@ -16,7 +16,7 @@ COMMENT= A library for manipulating POSIX and GNU tar files USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} .include <bsd.port.pre.mk> .include "files/manpages" |