svn commit: r324070 - head/net/tcpick
Baptiste Daroussin
bapt at FreeBSD.org
Wed Jul 31 22:47:01 UTC 2013
Author: bapt
Date: Wed Jul 31 22:47:01 2013
New Revision: 324070
URL: http://svnweb.freebsd.org/changeset/ports/324070
Log:
Fix build with clang
Modified:
head/net/tcpick/Makefile
Modified: head/net/tcpick/Makefile
==============================================================================
--- head/net/tcpick/Makefile Wed Jul 31 22:40:38 2013 (r324069)
+++ head/net/tcpick/Makefile Wed Jul 31 22:47:01 2013 (r324070)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: tcpick
-# Date created: 09 January 2005
-# Whom: MANTANI Nobutaka <nobutaka at FreeBSD.org>
-#
+# Created by: MANTANI Nobutaka <nobutaka at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= tcpick
PORTVERSION= 0.2.1
@@ -12,9 +8,10 @@ CATEGORIES= net
MASTER_SITES= SF
MAINTAINER= nobutaka at FreeBSD.org
-COMMENT= A text-based TCP stream sniffer
+COMMENT= Text-based TCP stream sniffer
GNU_CONFIGURE= yes
+USE_CSTD= gnu89
MANLANG= "" it
MAN8= tcpick.8
More information about the svn-ports-head
mailing list