diff options
Diffstat (limited to 'x11/kdelibs3/Makefile')
-rw-r--r-- | x11/kdelibs3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index d551133642df..bb24110f77c1 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -59,7 +59,7 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET=# empty CONFIGURE_ARGS+=--disable-ltdl-install \ --enable-mt \ - --build=${ARCH}-portbld-freebsd${OSREL} \ + --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \ --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include CONFIGURE_ENV+= libltdl_cv_shlibext=".so" |