diff options
Diffstat (limited to 'textproc/webcpp/Makefile')
-rw-r--r-- | textproc/webcpp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/webcpp/Makefile b/textproc/webcpp/Makefile index 4a2998e0829e..5d6526a92970 100644 --- a/textproc/webcpp/Makefile +++ b/textproc/webcpp/Makefile @@ -21,7 +21,7 @@ COMMENT= Convert your source code to syntax highlighted HTML USE_GCC= 3.2 .endif 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" USE_REINPLACE= yes |