diff options
Diffstat (limited to 'x11-toolkits/xview')
-rw-r--r-- | x11-toolkits/xview/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-toolkits/xview/Makefile b/x11-toolkits/xview/Makefile index 49d043aa1f93..1ebeb5b5da54 100644 --- a/x11-toolkits/xview/Makefile +++ b/x11-toolkits/xview/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: XView -# Date created: 22 November 1994 -# Whom: ljo (orig) -# +# Created by: ljo (orig) # $FreeBSD$ -# PORTNAME= xview PORTVERSION= 3.2.1.4.19c @@ -31,6 +27,7 @@ IMAKEINCLUDE= "-I${WRKSRC}/config -I${LOCALBASE}/lib/X11/config" MAKE_ENV+= IMAKEINCLUDE=${IMAKEINCLUDE} ALL_TARGET= World SUB_FILES= pkg-message +CFLAGS+= -Wno-return-type MAN1= xview.1 |