Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Apr 2014 00:03:39 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352186 - head/sysutils/hal-info
Message-ID:  <201404260003.s3Q03dhK018721@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Apr 26 00:03:39 2014
New Revision: 352186
URL: http://svnweb.freebsd.org/changeset/ports/352186
QAT: https://qat.redports.org/buildarchive/r352186/

Log:
  Support stage

Modified:
  head/sysutils/hal-info/Makefile

Modified: head/sysutils/hal-info/Makefile
==============================================================================
--- head/sysutils/hal-info/Makefile	Sat Apr 26 00:02:52 2014	(r352185)
+++ head/sysutils/hal-info/Makefile	Sat Apr 26 00:03:39 2014	(r352186)
@@ -15,11 +15,9 @@ LIB_PC_DEPENDS=	hal.pc:${PORTSDIR}/sysut
 BUILD_DEPENDS+=	${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}
 RUN_DEPENDS+=	${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}
 
-USE_GMAKE=	yes
-USES=	pathfix
+USES=	gmake
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404260003.s3Q03dhK018721>