svn commit: r397378 - in head: games/moria math/vtk5 sysutils/scalpel

John Marino marino at FreeBSD.org
Sun Sep 20 16:35:30 UTC 2015


Author: marino
Date: Sun Sep 20 16:35:28 2015
New Revision: 397378
URL: https://svnweb.freebsd.org/changeset/ports/397378

Log:
  Add USES=alias to 3 ports (Aids DragonFly support)

Modified:
  head/games/moria/Makefile
  head/math/vtk5/Makefile
  head/sysutils/scalpel/Makefile

Modified: head/games/moria/Makefile
==============================================================================
--- head/games/moria/Makefile	Sun Sep 20 16:25:47 2015	(r397377)
+++ head/games/moria/Makefile	Sun Sep 20 16:35:28 2015	(r397378)
@@ -12,6 +12,7 @@ EXTRACT_SUFX=	.tar.Z
 MAINTAINER=	glewis at FreeBSD.org
 COMMENT=	Dungeon exploration game
 
+USES=		alias
 WRKSRC=		${WRKDIR}/umoria
 ALL_TARGET=	moria
 MAKE_ENV+=	DOCSDIR="${DOCSDIR}" MKDIR="${MKDIR}" TOUCH="${TOUCH}" \

Modified: head/math/vtk5/Makefile
==============================================================================
--- head/math/vtk5/Makefile	Sun Sep 20 16:25:47 2015	(r397377)
+++ head/math/vtk5/Makefile	Sun Sep 20 16:35:28 2015	(r397378)
@@ -24,7 +24,7 @@ CONFLICTS=	vtk-4*
 
 SUB_FILES=	vtk.3
 
-USES=		cmake:outsource jpeg
+USES=		alias cmake:outsource jpeg
 USE_XORG=	xt
 USE_LDCONFIG=	${PREFIX}/lib/vtk-${PORTVERSION:R}
 CXXFLAGS+=	-DUSE_INTERP_ERRORLINE

Modified: head/sysutils/scalpel/Makefile
==============================================================================
--- head/sysutils/scalpel/Makefile	Sun Sep 20 16:25:47 2015	(r397377)
+++ head/sysutils/scalpel/Makefile	Sun Sep 20 16:35:28 2015	(r397378)
@@ -14,6 +14,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libtre.so:${PORTSDIR}/textproc/libtre
 
+USES=		alias
 GNU_CONFIGURE=	yes
 SUB_FILES=	pkg-message
 


More information about the svn-ports-head mailing list