summaryrefslogtreecommitdiff
path: root/cad/electric-ng
diff options
context:
space:
mode:
authorFelippe de Meirelles Motta <lippe@FreeBSD.org>2008-06-23 15:34:40 +0000
committerFelippe de Meirelles Motta <lippe@FreeBSD.org>2008-06-23 15:34:40 +0000
commit2b273b99c183641d1b8a5d215e67f340a258c9d7 (patch)
tree82a273adcfc7f0062047ba1b4aa94e9d966ee9b3 /cad/electric-ng
parentUpdate to 0.03.01 (diff)
- Change dependency directory, since java/bsh is no lang/bsh.
- Bump PORTREVISION. Reported by: cperciva Approved by: gabor (mentor, implicit)
Notes
Notes: svn path=/head/; revision=215631
Diffstat (limited to 'cad/electric-ng')
-rw-r--r--cad/electric-ng/Makefile4
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