diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-09 19:06:34 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-09 19:06:34 +0000 |
commit | ee97df16bd773d352464f4a57d534565fb7ba28a (patch) | |
tree | 898e9549c5cd975db83a65d17dc52c6d3e4bf874 /games/scourge | |
parent | 1cdd57b7cc153b4a952ca56355602607c3a2e6ad (diff) |
- Convert net/sdl_net to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Approved by: portmgr (implicit, bump unstaged port)
Notes
Notes:
svn path=/head/; revision=361403
Diffstat (limited to 'games/scourge')
-rw-r--r-- | games/scourge/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/scourge/Makefile b/games/scourge/Makefile index a574cb91f2e5..4ae89fb946ee 100644 --- a/games/scourge/Makefile +++ b/games/scourge/Makefile @@ -3,7 +3,7 @@ PORTNAME= scourge PORTVERSION= 0.21.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= games MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION:S/$/.src/} |