diff options
Diffstat (limited to 'net/4g8/Makefile')
-rw-r--r-- | net/4g8/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/4g8/Makefile b/net/4g8/Makefile index ec4143cc775d..80b3f1e3c331 100644 --- a/net/4g8/Makefile +++ b/net/4g8/Makefile @@ -17,7 +17,7 @@ COMMENT= 4g8 is a tool that allows you to capture traffic BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel 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" |