diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-13 14:28:35 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-13 14:28:35 +0000 |
commit | 2d73db35333e6fc7a451669d2944eb5d5e73dc3a (patch) | |
tree | 7d69792ab3d0db86f0e048e5aa7dd59cedde9739 /games/sdlCC/Makefile | |
parent | - Update to 1.2.7 (diff) |
- Chase devel/sdl12 shlib version bump
Notes
Notes:
svn path=/head/; revision=208952
Diffstat (limited to 'games/sdlCC/Makefile')
-rw-r--r-- | games/sdlCC/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/sdlCC/Makefile b/games/sdlCC/Makefile index 73b5148b0253..296234ea712f 100644 --- a/games/sdlCC/Makefile +++ b/games/sdlCC/Makefile @@ -7,6 +7,7 @@ PORTNAME= sdlCC PORTVERSION= 0.0.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://chinesecheckers.vegard2.no/ \ http://jcatki.no-ip.org/files/ @@ -14,6 +15,7 @@ MASTER_SITES= http://chinesecheckers.vegard2.no/ \ MAINTAINER= frank@dynamical-systems.org COMMENT= An extensible chinese checkers game using SDL +USE_AUTOTOOLS= libtool:15 USE_SDL= image mixer sdl GNU_CONFIGURE= yes |