summaryrefslogtreecommitdiff
path: root/lang/lush
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-04 04:36:30 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-04 04:36:30 +0000
commit186b8ba82fdd761aee89704395c52ac809bc7026 (patch)
tree65c820907a86a7c844ee463115637dde60f2aa36 /lang/lush
parent* Add a new bsd.php.mk that takes the place of lang/php4/bsd.php.mk [1] (diff)
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor Tested by: bento
Notes
Notes: svn path=/head/; revision=99914
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