diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-12-09 03:52:19 +0800 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-12-09 03:52:19 +0800 |
commit | f83c7639aafdbe99a7f8bd89780da0b672b58bc3 (patch) | |
tree | 3c8833dfe452b93f6e5e4fc66b78bbafdc950e06 /emulators/snes9express | |
parent | d727bd2384bdb114bb29329ecd105fd4475fbc55 (diff) | |
download | freebsd-ports-gnome-f83c7639aafdbe99a7f8bd89780da0b672b58bc3.tar.gz freebsd-ports-gnome-f83c7639aafdbe99a7f8bd89780da0b672b58bc3.tar.zst freebsd-ports-gnome-f83c7639aafdbe99a7f8bd89780da0b672b58bc3.zip |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
Diffstat (limited to 'emulators/snes9express')
-rw-r--r-- | emulators/snes9express/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/snes9express/Makefile b/emulators/snes9express/Makefile index 1f676e8bf477..5b59b4bff059 100644 --- a/emulators/snes9express/Makefile +++ b/emulators/snes9express/Makefile @@ -3,7 +3,7 @@ PORTNAME= snes9express PORTVERSION= 1.43 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= SF |