diff options
Diffstat (limited to 'security/gnupg1')
-rw-r--r-- | security/gnupg1/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index 7e7c849380b..5a51f94047f 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/Makefile @@ -19,7 +19,10 @@ LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext USE_GMAKE= YES GNU_CONFIGURE= YES -CONFIGURE_TARGET= +CONFIGURE_TARGET= --build ${MACHINE_ARCH}-portbld-freebsd${OSREL} +.if ${MACHINE_CPU:Mi586} +MACHINE_ARCH= i586 +.endif CFLAGS:= ${CFLAGS:S/-pipe//g} MAN1= gpg.1 gpgv.1 |