diff options
Diffstat (limited to 'security/libprelude/Makefile')
-rw-r--r-- | security/libprelude/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libprelude/Makefile b/security/libprelude/Makefile index 48a5e55cbe43..054862a8541f 100644 --- a/security/libprelude/Makefile +++ b/security/libprelude/Makefile @@ -16,7 +16,7 @@ USE_REINPLACE= yes USE_GMAKE= yes USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc --localstatedir=/var .if defined(WITHOUT_SSL) |