diff options
Diffstat (limited to 'print/cpp2latex')
-rw-r--r-- | print/cpp2latex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/cpp2latex/Makefile b/print/cpp2latex/Makefile index af270b4986a1..61622d8a2585 100644 --- a/print/cpp2latex/Makefile +++ b/print/cpp2latex/Makefile @@ -16,7 +16,7 @@ COMMENT= Convert C++ source to a file you can input in an LaTeX-document USE_REINPLACE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} .include <bsd.port.pre.mk> |