diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-03-07 23:39:10 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-03-07 23:39:10 +0000 |
commit | 84c834ee8fcd257e31c450ea1ffd53f11140b612 (patch) | |
tree | e05aea6a24754785f4c4a219cafed0ee7e204f35 /lang/lush | |
parent | 41471d5d49dcea909447976a18d5e6c34434b840 (diff) | |
download | ports-84c834ee8fcd257e31c450ea1ffd53f11140b612.tar.gz ports-84c834ee8fcd257e31c450ea1ffd53f11140b612.zip |
Notes
Diffstat (limited to 'lang/lush')
-rw-r--r-- | lang/lush/Makefile | 4 |
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 |