diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 07:31:53 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 07:31:53 +0000 |
commit | ffe75aa7ab148338b094907eea07a146d429c44c (patch) | |
tree | bf8e0b6873ac8fa6271e0d8e1df25de65948da73 /security/netpgp/Makefile | |
parent | 636b1bf18f1822f0277c57bac31a5bb72b840336 (diff) | |
download | ports-ffe75aa7ab148338b094907eea07a146d429c44c.tar.gz ports-ffe75aa7ab148338b094907eea07a146d429c44c.zip |
Notes
Diffstat (limited to 'security/netpgp/Makefile')
-rw-r--r-- | security/netpgp/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/security/netpgp/Makefile b/security/netpgp/Makefile index dd93eccd9e99..ce8a3f20e383 100644 --- a/security/netpgp/Makefile +++ b/security/netpgp/Makefile @@ -14,13 +14,9 @@ USE_OPENSSL= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes -CFLAGS+= -DOPENSSL_NO_IDEA -Wno-error +CFLAGS+= -Wno-error +.if !exists(/usr/include/openssl/idea.h) +CFLAGS+=- -DOPENSSL_NO_IDEA +.endif -MAN1+= netpgp.1 \ - netpgpkeys.1 \ - netpgpverify.1 -MAN3+= libnetpgp.3 \ - libmj.3 - -NO_STAGE= yes .include <bsd.port.mk> |