summaryrefslogtreecommitdiffstats
path: root/graphics/guilib
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-04-06 13:14:19 +0000
committersobomax <sobomax@FreeBSD.org>2001-04-06 13:14:19 +0000
commitf11f65972d206c6a1595dd0ebebd690562f3e1a1 (patch)
treedb467b17003632616d9f79f117f6350e25b8961d /graphics/guilib
parentddc4984873b0f2b333de18c0131e883ed598adc7 (diff)
downloadFreeBSD-ports-f11f65972d206c6a1595dd0ebebd690562f3e1a1.zip
FreeBSD-ports-f11f65972d206c6a1595dd0ebebd690562f3e1a1.tar.gz
Use SDL 1.2.0 by default.
Diffstat (limited to 'graphics/guilib')
-rw-r--r--graphics/guilib/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/guilib/Makefile b/graphics/guilib/Makefile
index 3b69481..7616a7a 100644
--- a/graphics/guilib/Makefile
+++ b/graphics/guilib/Makefile
@@ -7,17 +7,21 @@
PORTNAME= guilib
PORTVERSION= 1.1.0
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.libsdl.org/projects/GUIlib/src/
DISTNAME= GUIlib-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
-LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl
+LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl-devel
+
+SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
USE_LIBTOOL= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
+CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
post-extract:
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
OpenPOWER on IntegriCloud