diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-09 04:52:09 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-09 04:52:09 +0800 |
commit | daa1a9544b9e3a5902288cd21f7a5070e579b427 (patch) | |
tree | b4c848c181c6bbf86e2803b8ce662124e211f0dc /games/spring | |
parent | 8d6d0df8bd8941ee7e190a1cf8b851af2476a75b (diff) | |
download | freebsd-ports-gnome-daa1a9544b9e3a5902288cd21f7a5070e579b427.tar.gz freebsd-ports-gnome-daa1a9544b9e3a5902288cd21f7a5070e579b427.tar.zst freebsd-ports-gnome-daa1a9544b9e3a5902288cd21f7a5070e579b427.zip |
- Switch graphics/devil to USES=libtool
Since this changes shared lib version number, bump PORTREVISION on all dependent ports:
- devel/love
- devel/love07
- devel/love5
- games/arx-libertatis
- games/pink-pony
- games/spring
- graphics/cegui
- graphics/graphviz
While here, fix graphics/cegui plist to not remove mtree directory.
Diffstat (limited to 'games/spring')
-rw-r--r-- | games/spring/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/spring/Makefile b/games/spring/Makefile index 4acfa9ebf065..e76ada314e9d 100644 --- a/games/spring/Makefile +++ b/games/spring/Makefile @@ -3,7 +3,7 @@ PORTNAME= spring PORTVERSION= 94.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/springrts/springrts/${PORTNAME}-${PORTVERSION} \ http://springrts.com/dl/ |