diff options
Diffstat (limited to 'security/opencdk/Makefile')
-rw-r--r-- | security/opencdk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/opencdk/Makefile b/security/opencdk/Makefile index 4e27a385e53b..b8a5249c8805 100644 --- a/security/opencdk/Makefile +++ b/security/opencdk/Makefile @@ -26,7 +26,7 @@ SIG_SUFFIX= .sig.asc USE_BZIP2= yes USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-libgcrypt-prefix=${LOCALBASE} USE_REINPLACE= yes |