aboutsummaryrefslogtreecommitdiffstats
path: root/lang/lush/Makefile
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2004-03-08 07:39:10 +0800
committeredwin <edwin@FreeBSD.org>2004-03-08 07:39:10 +0800
commitf9b5f3c241e8b12d6915d507e3d7101259e2001c (patch)
tree5125ce1a3e9ae1cbee4ae99adb4a13195aae23d4 /lang/lush/Makefile
parent0deb4a26d0e602a52522cf25e78087d6d2428699 (diff)
downloadfreebsd-ports-gnome-f9b5f3c241e8b12d6915d507e3d7101259e2001c.tar.gz
freebsd-ports-gnome-f9b5f3c241e8b12d6915d507e3d7101259e2001c.tar.zst
freebsd-ports-gnome-f9b5f3c241e8b12d6915d507e3d7101259e2001c.zip
Let ports use the USE_SDL macro
PR: ports/61807 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout
Diffstat (limited to 'lang/lush/Makefile')
-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