Date: Sun, 20 Sep 2015 16:35:29 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397378 - in head: games/moria math/vtk5 sysutils/scalpel Message-ID: <201509201635.t8KGZTEn081529@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509201635.t8KGZTEn081529>