svn commit: r352186 - head/sysutils/hal-info

Baptiste Daroussin bapt at FreeBSD.org
Sat Apr 26 00:03:40 UTC 2014


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>


More information about the svn-ports-all mailing list