diff options
Diffstat (limited to 'net/openslp/Makefile')
-rw-r--r-- | net/openslp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openslp/Makefile b/net/openslp/Makefile index 46374cf75436..2dee603b7a09 100644 --- a/net/openslp/Makefile +++ b/net/openslp/Makefile @@ -22,7 +22,7 @@ USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/openslp \ --localstatedir=/var -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} +CONFIGURE_TARGET= --target=${ARCH}-unknown-freebsd${OSREL} .if defined(WITH_SLP_SECURITY) CONFIGURE_ARGS+= --enable-slpv2-security |