diff options
Diffstat (limited to 'lang/lush/Makefile')
-rw-r--r-- | lang/lush/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/lush/Makefile b/lang/lush/Makefile index 3d8f2214ae49..a003b08975ec 100644 --- a/lang/lush/Makefile +++ b/lang/lush/Makefile @@ -6,6 +6,7 @@ PORTNAME= lush PORTVERSION= 0.99 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lush @@ -13,9 +14,9 @@ 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 \ - intl.5:${PORTSDIR}/devel/gettext-old +LIB_DEPENDS= SDL_image.10:${PORTSDIR}/graphics/sdl_image +USE_GETTEXT= yes USE_X_PREFIX= yes USE_GL= yes USE_SDL= yes |