diff options
Diffstat (limited to 'devel/pcre++/Makefile')
-rw-r--r-- | devel/pcre++/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pcre++/Makefile b/devel/pcre++/Makefile index 132d6171cf51..1b04c2afda4a 100644 --- a/devel/pcre++/Makefile +++ b/devel/pcre++/Makefile @@ -21,7 +21,7 @@ PCRE_CONFIG?= ${LOCALBASE}/bin/pcre-config USE_REINPLACE= yes USE_GMAKE= yes USE_INC_LIBTOOL_VER= 13 -CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="`${PCRE_CONFIG} --cflags`" \ LDFLAGS="`${PCRE_CONFIG} --libs`" INSTALLS_SHLIB= yes |