summaryrefslogtreecommitdiff
path: root/devel/esdl
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2003-07-27 10:03:33 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2003-07-27 10:03:33 +0000
commit5badcd7cef837a9e487cbe1177f59161c3e1a6c4 (patch)
tree22c68d56cfc910436adb5fcca2ef400e3994eba2 /devel/esdl
parentNew INDEX for 4.x, with 9020 ports! (diff)
Switch to USE_SDL.
Notes
Notes: svn path=/head/; revision=85667
Diffstat (limited to 'devel/esdl')
-rw-r--r--devel/esdl/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/esdl/Makefile b/devel/esdl/Makefile
index bc84f96fd9b5..2b2cf172b961 100644
--- a/devel/esdl/Makefile
+++ b/devel/esdl/Makefile
@@ -17,16 +17,13 @@ DIST_SUBDIR= erlang
MAINTAINER= olgeni@FreeBSD.org
COMMENT= A library for accessing SDL and OpenGL through Erlang
-LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12
BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang
-SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
-
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_MESA= yes
USE_GMAKE= yes
-MAKE_ENV= SDL_CONFIG="${SDL_CONFIG}"
+USE_SDL= yes
ALL_TARGET= target
PLIST_SUB= VERSION="${PORTVERSION}"