diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-10 03:06:34 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-10 03:06:34 +0800 |
commit | c2a8798e73db602cf93fdcdb38e90102c301f112 (patch) | |
tree | 898e9549c5cd975db83a65d17dc52c6d3e4bf874 /games/maelstrom | |
parent | 45d74a4557553d40a4a69575c32728a539e48d3e (diff) | |
download | freebsd-ports-gnome-c2a8798e73db602cf93fdcdb38e90102c301f112.tar.gz freebsd-ports-gnome-c2a8798e73db602cf93fdcdb38e90102c301f112.tar.zst freebsd-ports-gnome-c2a8798e73db602cf93fdcdb38e90102c301f112.zip |
- Convert net/sdl_net to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Approved by: portmgr (implicit, bump unstaged port)
Diffstat (limited to 'games/maelstrom')
-rw-r--r-- | games/maelstrom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/maelstrom/Makefile b/games/maelstrom/Makefile index 5ff6b49677fe..c222146f4777 100644 --- a/games/maelstrom/Makefile +++ b/games/maelstrom/Makefile @@ -3,7 +3,7 @@ PORTNAME= maelstrom PORTVERSION= 3.0.6 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= games MASTER_SITES= http://slouken.libsdl.org/projects/Maelstrom/src/ \ SF/nemysisfreebsdp/${CATEGORIES}/:icons |