diff options
author | tijl <tijl@FreeBSD.org> | 2014-08-31 19:54:16 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-08-31 19:54:16 +0800 |
commit | 36262deca898d78c79cc902e38927d20201ed19d (patch) | |
tree | f8e459f971b5f93b8551728509b3fb4bc6286bf4 /games/warzone2100 | |
parent | cc6352d142ee8aeb87a368b2c2dafbfc2b553b55 (diff) | |
download | freebsd-ports-gnome-36262deca898d78c79cc902e38927d20201ed19d.tar.gz freebsd-ports-gnome-36262deca898d78c79cc902e38927d20201ed19d.tar.zst freebsd-ports-gnome-36262deca898d78c79cc902e38927d20201ed19d.zip |
converters/fribidi:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Diffstat (limited to 'games/warzone2100')
-rw-r--r-- | games/warzone2100/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/warzone2100/Makefile b/games/warzone2100/Makefile index 5e528d478493..80c0997a4d80 100644 --- a/games/warzone2100/Makefile +++ b/games/warzone2100/Makefile @@ -2,7 +2,7 @@ PORTNAME= warzone2100 PORTVERSION= 3.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/releases/${PORTVERSION}/ |