diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-01 06:47:01 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-01 06:47:01 +0800 |
commit | 28d6261a97fff4d074afef58bc7caf0e1a86f54e (patch) | |
tree | 2d9d41d5b13d2bccdb5745f1781597e038112f49 /net | |
parent | 48b74c8d156068ef509227add764d5bd7639ca8a (diff) | |
download | freebsd-ports-gnome-28d6261a97fff4d074afef58bc7caf0e1a86f54e.tar.gz freebsd-ports-gnome-28d6261a97fff4d074afef58bc7caf0e1a86f54e.tar.zst freebsd-ports-gnome-28d6261a97fff4d074afef58bc7caf0e1a86f54e.zip |
Fix build with clang
Diffstat (limited to 'net')
-rw-r--r-- | net/tcpick/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net/tcpick/Makefile b/net/tcpick/Makefile index d81dbf7e457b..63d54e587f97 100644 --- a/net/tcpick/Makefile +++ b/net/tcpick/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tcpick -# Date created: 09 January 2005 -# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org> -# +# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org> # $FreeBSD$ -# PORTNAME= tcpick PORTVERSION= 0.2.1 @@ -12,9 +8,10 @@ CATEGORIES= net MASTER_SITES= SF MAINTAINER= nobutaka@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 |