diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-07-21 04:49:09 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-07-21 04:49:09 +0000 |
commit | fd47512c4d4c56a44be1c04e959ff603cf484c84 (patch) | |
tree | 9750e5e8ac0d220c2ad011ce48800d00b80ac5b3 /games/trackballs/Makefile | |
parent | e9c1a8c826b30368b045802db85d5822dd5f2626 (diff) | |
download | ports-fd47512c4d4c56a44be1c04e959ff603cf484c84.tar.gz ports-fd47512c4d4c56a44be1c04e959ff603cf484c84.zip |
- Chase lang/guile share library version bump (.18 -> .19)
- Bump PORTREVISION
PR: ports/125435
Notes
Notes:
svn path=/head/; revision=217241
Diffstat (limited to 'games/trackballs/Makefile')
-rw-r--r-- | games/trackballs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/trackballs/Makefile b/games/trackballs/Makefile index 0c00c980df49..095a29226682 100644 --- a/games/trackballs/Makefile +++ b/games/trackballs/Makefile @@ -7,14 +7,14 @@ PORTNAME= trackballs PORTVERSION= 1.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF MAINTAINER= ganael.laplanche@martymac.com COMMENT= SDL-based Marble Madness clone -LIB_DEPENDS= guile.18:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile RUN_DEPENDS= bash:${PORTSDIR}/shells/bash USE_GL= gl |