diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-11-30 10:47:14 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-11-30 10:47:14 +0000 |
commit | b4f9e6a39213a54acebf0a10410d64e20387a857 (patch) | |
tree | 7e58fcec1784fc0f839416273e0413abe46b3e05 /security/netpgp | |
parent | 1c4cf2f3426912a8626c5e7095148ef52cd8bb05 (diff) | |
download | ports-b4f9e6a39213a54acebf0a10410d64e20387a857.tar.gz ports-b4f9e6a39213a54acebf0a10410d64e20387a857.zip |
Notes
Diffstat (limited to 'security/netpgp')
-rw-r--r-- | security/netpgp/Makefile | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/security/netpgp/Makefile b/security/netpgp/Makefile index efca23401603..f61c591eb0b9 100644 --- a/security/netpgp/Makefile +++ b/security/netpgp/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: netpgp -# Date created: 2009-05-27 -# Whom: bapt <baptiste.daroussin@gmail.com> -# # $FreeBSD$ -# PORTNAME= netpgp PORTVERSION= 20101107 @@ -20,7 +15,7 @@ USE_OPENSSL= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes -CFLAGS+= -DOPENSSL_NO_IDEA +CFLAGS+= -DOPENSSL_NO_IDEA -Wno-error MAN1+= netpgp.1 \ netpgpkeys.1 \ @@ -28,10 +23,4 @@ MAN1+= netpgp.1 \ MAN3+= libnetpgp.3 \ libmj.3 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700042 -BROKEN= does not build on 6.x. -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |