diff options
author | tijl <tijl@FreeBSD.org> | 2014-08-31 03:23:18 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-08-31 03:23:18 +0800 |
commit | 0154d000df50170bbd6d7347b75f716a37c1a444 (patch) | |
tree | 361ebd2a52235843b1ddfd90d2971f24fffb6fe6 /games/0ad/Makefile | |
parent | 7bfa18ab54e19463b472c92779bd7904e6b4dbb8 (diff) | |
download | freebsd-ports-gnome-0154d000df50170bbd6d7347b75f716a37c1a444.tar.gz freebsd-ports-gnome-0154d000df50170bbd6d7347b75f716a37c1a444.tar.zst freebsd-ports-gnome-0154d000df50170bbd6d7347b75f716a37c1a444.zip |
devel/gamin:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Diffstat (limited to 'games/0ad/Makefile')
-rw-r--r-- | games/0ad/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/0ad/Makefile b/games/0ad/Makefile index 4f7967319a4a..51aa6ac179d8 100644 --- a/games/0ad/Makefile +++ b/games/0ad/Makefile @@ -2,7 +2,7 @@ PORTNAME= 0ad PORTVERSION= 0.0.14 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/zero-ad/releases DISTFILES= ${PORTNAME}-${PORTVERSION}-alpha-unix-build.tar.xz \ |