diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-12-08 17:17:43 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-12-08 17:17:43 +0000 |
commit | 094d906123a6e4a3ec09c49b60f1438ad248748c (patch) | |
tree | 80d533214ab0334391c3310d981fc22904f9eea6 /games/gnono | |
parent | Unbreak (diff) |
Remove libart_lgpl_2.so.5 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
Notes
Notes:
svn path=/head/; revision=428142
Diffstat (limited to 'games/gnono')
-rw-r--r-- | games/gnono/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gnono/Makefile b/games/gnono/Makefile index c8c8256f8af2..43acc4e603b4 100644 --- a/games/gnono/Makefile +++ b/games/gnono/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnono PORTVERSION= 1.9.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= SF |