diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2000-05-09 09:44:40 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2000-05-09 09:44:40 +0800 |
commit | 81fc1efb19b930c1e9311d8a40cf4356417794ae (patch) | |
tree | 65138a8eb9c9bbcdcc121e13e5db6b88cbb64b50 /security/gnupg | |
parent | 1ad037e63af5e2f8ca9ca24c0b5f6ac4050a054e (diff) | |
download | freebsd-ports-gnome-81fc1efb19b930c1e9311d8a40cf4356417794ae.tar.gz freebsd-ports-gnome-81fc1efb19b930c1e9311d8a40cf4356417794ae.tar.zst freebsd-ports-gnome-81fc1efb19b930c1e9311d8a40cf4356417794ae.zip |
Fix building error on 2.2.8.
Submitted by: dirk.meyer@dinoex.sub.org (Dirk Meyer)
Not tested by: kuriyama
Diffstat (limited to 'security/gnupg')
-rw-r--r-- | security/gnupg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 8812d1792d42..395d295f5cbc 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -25,7 +25,7 @@ MLINKS= gpg.1 gpgm.1 .include <bsd.port.pre.mk> .if ${OSVERSION} < 300000 -CONFIGURE_ARGS+=--disable-asm +USE_GMAKE= YES .endif CFLAGS:= ${CFLAGS:S/-pipe//g} |