svn commit: r301827 - head/games/trackballs

Ganael LAPLANCHE martymac at FreeBSD.org
Wed Aug 1 12:50:45 UTC 2012


Author: martymac
Date: Wed Aug  1 12:50:44 2012
New Revision: 301827
URL: http://svn.freebsd.org/changeset/ports/301827

Log:
  - Un-version LIB_DEPENDS
  - Re-order LICENSE and *_DEPENDS to make portlint happy

Modified:
  head/games/trackballs/Makefile   (contents, props changed)

Modified: head/games/trackballs/Makefile
==============================================================================
--- head/games/trackballs/Makefile	Wed Aug  1 12:40:29 2012	(r301826)
+++ head/games/trackballs/Makefile	Wed Aug  1 12:50:44 2012	(r301827)
@@ -7,18 +7,18 @@
 
 PORTNAME=	trackballs
 PORTVERSION=	1.1.4
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	games
 MASTER_SITES=	SF
 
 MAINTAINER=	martymac at FreeBSD.org
 COMMENT=	SDL-based Marble Madness clone
 
-LIB_DEPENDS=	guile.21:${PORTSDIR}/lang/guile
-RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
-
 LICENSE=	GPLv2
 
+LIB_DEPENDS=	guile:${PORTSDIR}/lang/guile
+RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
+
 USE_GL=		gl
 USE_SDL=	image mixer sdl ttf
 USE_GETTEXT=	yes



More information about the svn-ports-all mailing list