From f2fc2d60ae226a1b8d5411fb4aab91ea92be6f91 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Mon, 11 Apr 2005 08:04:41 +0000 Subject: Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. --- security/gnupg/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/gnupg/Makefile') diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 1d15b2da2af8..fc801095ae97 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -20,9 +20,9 @@ COMMENT= The GNU Privacy Guard USE_BZIP2= YES USE_GMAKE= YES GNU_CONFIGURE= YES -CONFIGURE_TARGET= --build ${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build ${ARCH}-portbld-freebsd${OSREL} .if ${MACHINE_CPU:Mi586} -MACHINE_ARCH= i586 +ARCH= i586 .endif CFLAGS:= ${CFLAGS:S/-pipe//g} .if !defined(WITHOUT_NLS) -- cgit v1.2.3