summaryrefslogtreecommitdiff
path: root/net/socat/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2015-04-26 11:14:31 +0000
committerjoerg <joerg>2015-04-26 11:14:31 +0000
commite52d3874c39c02dc64645135fec9def892d407cf (patch)
tree00ff2555f172ebea32c4f434d9ebe7b418574817 /net/socat/Makefile
parentfebcab1a40d164261e71154fd7d06158946855ff (diff)
downloadpkgsrc-e52d3874c39c02dc64645135fec9def892d407cf.tar.gz
Drop ONLY_FOR_COMPILER. If -Werror is no good reason for such a mask and
should be handled if desired.
Diffstat (limited to 'net/socat/Makefile')
-rw-r--r--net/socat/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile
index 5fe47db802b..706cb7ad2de 100644
--- a/net/socat/Makefile
+++ b/net/socat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2015/04/25 23:31:23 dholland Exp $
+# $NetBSD: Makefile,v 1.34 2015/04/26 11:14:31 joerg Exp $
DISTNAME= socat-1.7.2.4
CATEGORIES= net
@@ -10,7 +10,6 @@ COMMENT= "netcat++" (extended design, new implementation)
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= YES
-ONLY_FOR_COMPILER= gcc clang # uses -Werror in the configure script
.include "../../mk/bsd.prefs.mk"