diff options
author | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2008-06-23 15:34:40 +0000 |
---|---|---|
committer | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2008-06-23 15:34:40 +0000 |
commit | 2b273b99c183641d1b8a5d215e67f340a258c9d7 (patch) | |
tree | 82a273adcfc7f0062047ba1b4aa94e9d966ee9b3 /cad/electric-ng | |
parent | 2e93882892cf3314203a834b68e99b4e4e62e916 (diff) |
Notes
Diffstat (limited to 'cad/electric-ng')
-rw-r--r-- | cad/electric-ng/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/electric-ng/Makefile b/cad/electric-ng/Makefile index c01f3a32cc83..1be722d98479 100644 --- a/cad/electric-ng/Makefile +++ b/cad/electric-ng/Makefile @@ -8,7 +8,7 @@ PORTNAME= electric-ng PORTVERSION= 8.06 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad java MASTER_SITES= ${MASTER_SITE_GNU} \ http://www.staticfreesoft.com/:1 @@ -47,7 +47,7 @@ PLUGINDIR= ${PREFIX}/libexec/electric/ WITH_BSH= yes .endif .if defined(WITH_BSH) -RUN_DEPENDS+= ${JAVALIBDIR}/bsh.jar:${PORTSDIR}/java/bsh +RUN_DEPENDS+= ${JAVALIBDIR}/bsh.jar:${PORTSDIR}/lang/bsh LIBFILES+= ${JAVALIBDIR}/bsh.jar .endif |