From 3fdc44333f8b368263314961805662662960b516 Mon Sep 17 00:00:00 2001 From: armani Date: Mon, 4 Oct 2010 10:00:05 +0000 Subject: [PATCH] Update my email, convert to new / clean depends, use REVISION and bump with tweaks & ok sthen@ --- devel/guichan/Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/devel/guichan/Makefile b/devel/guichan/Makefile index 009158bda56..e803c627259 100644 --- a/devel/guichan/Makefile +++ b/devel/guichan/Makefile @@ -1,14 +1,14 @@ -# $OpenBSD: Makefile,v 1.3 2009/08/10 06:31:07 kili Exp $ +# $OpenBSD: Makefile,v 1.4 2010/10/04 10:00:05 armani Exp $ COMMENT= C++ GUI library designed for games DISTNAME= guichan-0.8.1 -PKGNAME= ${DISTNAME}p1 +REVISION= 2 CATEGORIES= devel games HOMEPAGE= http://guichan.sourceforge.net/ -MAINTAINER= Jonathan Armani +MAINTAINER= Jonathan Armani SHARED_LIBS += guichan_opengl 0.0 # .1.0 SHARED_LIBS += guichan_sdl 0.0 # .1.0 @@ -22,13 +22,12 @@ PERMIT_DISTFILES_FTP= Yes MASTER_SITES= http://guichan.googlecode.com/files/ -WANTLIB= X11 Xau Xdmcp Xext Xrandr Xrender iconv m pthread-stubs sndio \ - usbhid xcb +WANTLIB += SDL m sndio stdc++ usbhid MODULES= converters/libiconv BUILD_DEPENDS= ::devel/sdl-image -LIB_DEPENDS= SDL.>=8::devel/sdl +LIB_DEPENDS= ::devel/sdl USE_X11= Yes USE_LIBTOOL= Yes