summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2012-08-01 12:50:44 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2012-08-01 12:50:44 +0000
commit1d7961f9d2a1f4a5a6946bf42ff23acc3473d184 (patch)
tree619022821bedabd46e2e838ca15d13c0d1fe82a1 /games
parent- Add DEBUG option [1] (diff)
- Un-version LIB_DEPENDS
- Re-order LICENSE and *_DEPENDS to make portlint happy
Notes
Notes: svn path=/head/; revision=301827
Diffstat (limited to 'games')
-rw-r--r--games/trackballs/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/trackballs/Makefile b/games/trackballs/Makefile
index fa2ee126d0b9..94b21ca194eb 100644
--- a/games/trackballs/Makefile
+++ b/games/trackballs/Makefile
@@ -7,18 +7,18 @@
PORTNAME= trackballs
PORTVERSION= 1.1.4
-PORTREVISION= 13
+PORTREVISION= 14
CATEGORIES= games
MASTER_SITES= SF
MAINTAINER= martymac@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