From b4f9e6a39213a54acebf0a10410d64e20387a857 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 30 Nov 2012 10:47:14 +0000 Subject: Fix compilation with clang on head Feature safe: yes --- security/netpgp/Makefile | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'security/netpgp') 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 -# # $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 - -.if ${OSVERSION} < 700042 -BROKEN= does not build on 6.x. -.endif - -.include +.include -- cgit v1.2.3