aboutsummaryrefslogtreecommitdiffstats
path: root/lang/lush
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-02-04 12:36:30 +0800
committermarcus <marcus@FreeBSD.org>2004-02-04 12:36:30 +0800
commit7073ebf74ec3895bb8dada6cbe2e57f3329849cc (patch)
tree6e94333233053731622780aae8a8285e148ade96 /lang/lush
parentf687852f8f35b5067f8978d6405346545b01be3a (diff)
downloadfreebsd-ports-gnome-7073ebf74ec3895bb8dada6cbe2e57f3329849cc.tar.gz
freebsd-ports-gnome-7073ebf74ec3895bb8dada6cbe2e57f3329849cc.tar.zst
freebsd-ports-gnome-7073ebf74ec3895bb8dada6cbe2e57f3329849cc.zip
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor Tested by: bento
Diffstat (limited to 'lang/lush')
-rw-r--r--lang/lush/Makefile5
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