diff options
Diffstat (limited to 'graphics/libcaca/Makefile')
-rw-r--r-- | graphics/libcaca/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libcaca/Makefile b/graphics/libcaca/Makefile index 200942101b55..f3cc43552f58 100644 --- a/graphics/libcaca/Makefile +++ b/graphics/libcaca/Makefile @@ -15,7 +15,7 @@ COMMENT= Graphics library that outputs text instead of pixels USE_REINPLACE= yes 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 -lm -lncurses" CONFIGURE_ARGS= --enable-ncurses --disable-doc |