From fc647b1b5f6f78d3a8cb964c34144e5bb8319b97 Mon Sep 17 00:00:00 2001 From: mva Date: Sun, 17 Nov 2013 12:33:49 +0000 Subject: - Switch devel/sdl20 to use the autotools-based configuration, since the cmake-based one is not maintained that well - Fix library naming to ensure backwards compatibility on minor version changes - Bump the PORTREVISION on ports depending on devel/sdl20, since its shared library name changed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR: ports/183975 Submitted by: Jan Kokemüller --- graphics/sdl2_gfx/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'graphics/sdl2_gfx') diff --git a/graphics/sdl2_gfx/Makefile b/graphics/sdl2_gfx/Makefile index 0001a950662a..fc751d07cf11 100644 --- a/graphics/sdl2_gfx/Makefile +++ b/graphics/sdl2_gfx/Makefile @@ -3,6 +3,7 @@ PORTNAME= sdl2_gfx PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.ferzkopp.net/Software/%SUBDIR%/ MASTER_SITE_SUBDIR= SDL2_gfx -- cgit