diff options
-rw-r--r-- | net/socat/Makefile | 3 |
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" |