diff options
author | edwin <edwin@FreeBSD.org> | 2003-01-12 01:49:27 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-01-12 01:49:27 +0000 |
commit | 5ee3ac2d7982b987222901aba3d9bd608f8fc61e (patch) | |
tree | 7b678391d2d19c304a3ea79332e6f25d020d2ebb /graphics/sdl_gfx/Makefile | |
parent | f773c9e72b4cc940d8b502b56f1f7a29a1cc277f (diff) | |
download | FreeBSD-ports-5ee3ac2d7982b987222901aba3d9bd608f8fc61e.zip FreeBSD-ports-5ee3ac2d7982b987222901aba3d9bd608f8fc61e.tar.gz |
Update port: graphics/sdl_gfx
GNU_CONFIGURE -> USE_LIBTOOL
PR: ports/46940
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'graphics/sdl_gfx/Makefile')
-rw-r--r-- | graphics/sdl_gfx/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/sdl_gfx/Makefile b/graphics/sdl_gfx/Makefile index 40e7ce1..d327804 100644 --- a/graphics/sdl_gfx/Makefile +++ b/graphics/sdl_gfx/Makefile @@ -8,6 +8,7 @@ PORTNAME= sdl_gfx PORTVERSION= 2.0.3 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.ferzkopp.net/Software/SDL_gfx-${PORTVERSION:R}/ DISTNAME= SDL_gfx-${PORTVERSION} @@ -17,9 +18,10 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= SDL-1.1:${PORTSDIR}/devel/sdl12 SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config -GNU_CONFIGURE= yes -CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" + USE_GMAKE= yes +USE_LIBTOOL= yes +CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" INSTALLS_SHLIB= yes .include <bsd.port.mk> |