diff options
Diffstat (limited to 'net/uplog/Makefile')
-rw-r--r-- | net/uplog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/uplog/Makefile b/net/uplog/Makefile index 127fb282dba5..b0cb79ed3bf2 100644 --- a/net/uplog/Makefile +++ b/net/uplog/Makefile @@ -18,7 +18,7 @@ USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} PORTDOCS= README PLIST_FILES= bin/uplog |