diff options
| author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2008-09-07 22:45:08 +0000 |
|---|---|---|
| committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2008-09-07 22:45:08 +0000 |
| commit | 16f314f0b50cd3e358dc6458c365d59dc30c512f (patch) | |
| tree | d3e999fbc797abfe4d4f50a6d9a3206df1be4af6 /devel/flex_compiler_shell/Makefile | |
| parent | Flex compiler shell now ships with flex-sdk. (diff) | |
Fix dependency and unbreak.
Diffstat (limited to 'devel/flex_compiler_shell/Makefile')
| -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.* |
