svn commit: r438122 - head/graphics/rayshade

Mark Linimon linimon at FreeBSD.org
Sun Apr 9 23:48:46 UTC 2017


Author: linimon
Date: Sun Apr  9 23:48:45 2017
New Revision: 438122
URL: https://svnweb.freebsd.org/changeset/ports/438122

Log:
  Pet portlint.
  
  Reported by:	powerpc64 run

Modified:
  head/graphics/rayshade/Makefile

Modified: head/graphics/rayshade/Makefile
==============================================================================
--- head/graphics/rayshade/Makefile	Sun Apr  9 22:45:33 2017	(r438121)
+++ head/graphics/rayshade/Makefile	Sun Apr  9 23:48:45 2017	(r438122)
@@ -20,11 +20,11 @@ LICENSE_NAME=	Rayshade license
 LICENSE_FILE=	${WRKSRC}/Doc/Copyright
 LICENSE_PERMS=	dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
 
+BUILD_DEPENDS=	${LOCALBASE}/lib/librle.a:graphics/urt
+
 DEPRECATED=	Depends on expiring graphics/urt
 EXPIRATION_DATE=2017-04-01
 
-BUILD_DEPENDS=	${LOCALBASE}/lib/librle.a:graphics/urt
-
 WRKSRC=		${WRKDIR}/${PORTNAME}.${PORTVERSION:R}
 
 HAS_CONFIGURE=	yes


More information about the svn-ports-head mailing list