diff options
Diffstat (limited to 'net/gutenfetch/Makefile')
-rw-r--r-- | net/gutenfetch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gutenfetch/Makefile b/net/gutenfetch/Makefile index b7aff2839b3f..38ac25cb5860 100644 --- a/net/gutenfetch/Makefile +++ b/net/gutenfetch/Makefile @@ -17,7 +17,7 @@ COMMENT= Fetch listings and books from Project Gutenberg LIB_DEPENDS= gutenfetch:${PORTSDIR}/devel/libgutenfetch GNU_CONFIGURE= yes -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" USE_GMAKE= yes |