summaryrefslogtreecommitdiffstats
path: root/graphics/sdl_gfx/Makefile
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-01-12 01:49:27 +0000
committeredwin <edwin@FreeBSD.org>2003-01-12 01:49:27 +0000
commit5ee3ac2d7982b987222901aba3d9bd608f8fc61e (patch)
tree7b678391d2d19c304a3ea79332e6f25d020d2ebb /graphics/sdl_gfx/Makefile
parentf773c9e72b4cc940d8b502b56f1f7a29a1cc277f (diff)
downloadFreeBSD-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/Makefile6
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>
OpenPOWER on IntegriCloud