aboutsummaryrefslogtreecommitdiff
path: root/ftp/llnlxftp
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-06-12 11:57:13 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-06-12 11:57:13 +0000
commit58dd53e9d290969999f20c2c3174ae5fb58debb4 (patch)
tree4b9b5ec2f9f5804d8faaf0e880e182d8d3e6414a /ftp/llnlxftp
parentd404e31ed572c1b00e7cd375960e794cc2a60865 (diff)
Notes
Diffstat (limited to 'ftp/llnlxftp')
-rw-r--r--ftp/llnlxftp/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/ftp/llnlxftp/Makefile b/ftp/llnlxftp/Makefile
index 07b7d6474cf7..1091305975b0 100644
--- a/ftp/llnlxftp/Makefile
+++ b/ftp/llnlxftp/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: llnlxftp
-# Date created: 9 November 1997
-# Whom: Dima Ruban <dima@FreeBSD.org>
-#
+# Created by: Dima Ruban <dima@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= llnlxftp
PORTVERSION= 2.1
@@ -22,6 +18,10 @@ USE_MOTIF= yes
USE_IMAKE= yes
USE_XORG= ice sm x11 xext xp xt
+CFLAGS+= -Wno-implicit-int \
+ -Wno-implicit-function-declaration \
+ -Wno-return-type
+
MAN1= xftp.1
.include <bsd.port.mk>