diff options
Diffstat (limited to 'dns/updatedd')
-rw-r--r-- | dns/updatedd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/updatedd/Makefile b/dns/updatedd/Makefile index b2b1ff2d1288..fd2eef31fa41 100644 --- a/dns/updatedd/Makefile +++ b/dns/updatedd/Makefile @@ -18,7 +18,7 @@ COMMENT= Dynamic DNS Update Client supporting multiple services USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} LIBDIR= ${PREFIX}/lib/${PORTNAME} |