diff options
Diffstat (limited to 'devel/flex_compiler_shell')
-rw-r--r-- | devel/flex_compiler_shell/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/flex_compiler_shell/Makefile b/devel/flex_compiler_shell/Makefile index 9af0fade1c34..6fce53d8cd0f 100644 --- a/devel/flex_compiler_shell/Makefile +++ b/devel/flex_compiler_shell/Makefile @@ -7,7 +7,7 @@ PORTNAME= flex_compiler_shell PORTVERSION= 0.20070123 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel java MASTER_SITES= http://download.macromedia.com/pub/labs/flex_compiler_shell/ DISTNAME= flex_compiler_shell_012307 @@ -16,7 +16,7 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Adobe Flex Compiler Shell RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper \ - mxmlc:${PORTSDIR}/devel/flex-sdk + mxmlc:${PORTSDIR}/devel/flex-sdk2 RESTRICTED= Redistribution is not allowed CONFLICTS= flex-sdk-3.* |