svn commit: r324077 - head/sysutils/asmon

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 31 22:59:48 UTC 2013


Author: bapt
Date: Wed Jul 31 22:59:47 2013
New Revision: 324077
URL: http://svnweb.freebsd.org/changeset/ports/324077

Log:
  Fix build with clang

Modified:
  head/sysutils/asmon/Makefile

Modified: head/sysutils/asmon/Makefile
==============================================================================
--- head/sysutils/asmon/Makefile	Wed Jul 31 22:57:30 2013	(r324076)
+++ head/sysutils/asmon/Makefile	Wed Jul 31 22:59:47 2013	(r324077)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	asmon
-# Date created:		27 Sep 1999
-# Whom:			jack
-#
+# Created by: jack
 # $FreeBSD$
-#
 
 PORTNAME=	asmon
 PORTVERSION=	0.61
@@ -19,7 +15,8 @@ USE_XORG=	xpm x11
 
 BUILD_WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/asmon
 CFLAGS+=	-I${LOCALBASE}/include
-USE_GMAKE=	yes
+USES=		gmake
+USE_CSTD=	gnu89
 ALL_TARGET=	asmon
 MAKE_ARGS+=	LIBDIR="-L${LOCALBASE}/lib" \
 		SOLARIS_LIBS=-lkvm


More information about the svn-ports-all mailing list