diff options
author | tijl <tijl@FreeBSD.org> | 2016-12-09 01:17:43 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2016-12-09 01:17:43 +0800 |
commit | 2922cbf90fad78efdd4bbcb996bc71b969d416bf (patch) | |
tree | 80d533214ab0334391c3310d981fc22904f9eea6 /games/grhino | |
parent | a76754ed187a9cdac7c0cd209c798812ad0ff6bd (diff) | |
download | freebsd-ports-gnome-2922cbf90fad78efdd4bbcb996bc71b969d416bf.tar.gz freebsd-ports-gnome-2922cbf90fad78efdd4bbcb996bc71b969d416bf.tar.zst freebsd-ports-gnome-2922cbf90fad78efdd4bbcb996bc71b969d416bf.zip |
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.
Diffstat (limited to 'games/grhino')
-rw-r--r-- | games/grhino/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/grhino/Makefile b/games/grhino/Makefile index 829d267d3faa..ad659dd468c2 100644 --- a/games/grhino/Makefile +++ b/games/grhino/Makefile @@ -3,7 +3,7 @@ PORTNAME= grhino PORTVERSION= 0.16.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games gnome MASTER_SITES= SF/rhino/GRhino/${PORTVERSION} |