summaryrefslogtreecommitdiff
path: root/lang/lush
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-03-07 23:39:10 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-03-07 23:39:10 +0000
commit84c834ee8fcd257e31c450ea1ffd53f11140b612 (patch)
treee05aea6a24754785f4c4a219cafed0ee7e204f35 /lang/lush
parentUpgrade to 5.2.0 (diff)
Let ports use the USE_SDL macro
PR: ports/61807 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=103243
Diffstat (limited to 'lang/lush')
-rw-r--r--lang/lush/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/lush/Makefile b/lang/lush/Makefile
index a003b08975ec..eb7e202b4ee3 100644
--- a/lang/lush/Makefile
+++ b/lang/lush/Makefile
@@ -14,12 +14,10 @@ MASTER_SITE_SUBDIR= lush
MAINTAINER= dyeske@yahoo.com
COMMENT= A high level object-oriented programming language
-LIB_DEPENDS= SDL_image.10:${PORTSDIR}/graphics/sdl_image
-
USE_GETTEXT= yes
USE_X_PREFIX= yes
USE_GL= yes
-USE_SDL= yes
+USE_SDL= sdl image
GNU_CONFIGURE= yes
USE_REINPLACE= yes