From 5d87bf6f020ae3177a26e679d65b5e50f035bbe1 Mon Sep 17 00:00:00 2001 From: edwin Date: Mon, 8 Mar 2004 01:01:31 +0000 Subject: Properly use SDL everywhere: USE_SDL=yes -> USE_SDL=sdl (good examles everywhere) WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...) See http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL. PR: follow-ups of ports/55494, ports/61877 Submitted by: Edwin Groothuis --- graphics/guilib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/guilib') diff --git a/graphics/guilib/Makefile b/graphics/guilib/Makefile index 3e1cb7449fe5..26b5082703f7 100644 --- a/graphics/guilib/Makefile +++ b/graphics/guilib/Makefile @@ -15,7 +15,7 @@ DISTNAME= GUIlib-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A very simple GUI framework for use with SDL -USE_SDL= yes +USE_SDL= sdl USE_GMAKE= yes USE_LIBTOOL= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore -- cgit