diff options
Diffstat (limited to 'cad/electric-ng/Makefile')
-rw-r--r-- | cad/electric-ng/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cad/electric-ng/Makefile b/cad/electric-ng/Makefile index f6e738228834..3b6318a6c001 100644 --- a/cad/electric-ng/Makefile +++ b/cad/electric-ng/Makefile @@ -7,7 +7,7 @@ # PORTNAME= electric-ng -PORTVERSION= 8.09 +PORTVERSION= 8.10 PORTREVISION= 0 CATEGORIES= cad java MASTER_SITES= ${MASTER_SITE_GNU} \ @@ -52,13 +52,13 @@ LIBFILES+= ${JAVALIBDIR}/bsh.jar .if defined(WITH_AXIS) WITH_3D= yes -PLUGINS+= electricJava3D-8.09 +PLUGINS+= electricJava3D-8.10 .endif .if defined(WITH_ANIM) WITH_3D= yes RUN_DEPENDS+= ${JAVALIBDIR}/jmf.jar:${PORTSDIR}/java/jmf -PLUGINS+= electricJMF-8.09 +PLUGINS+= electricJMF-8.10 .endif .if exists(${J3DLIB}) @@ -69,11 +69,11 @@ RUN_DEPENDS+= ${J3DLIB}:${PORTSDIR}/java/java3d .endif .if defined(WITH_IRSIM) -PLUGINS+= electricIRSIM-8.09 +PLUGINS+= electricIRSIM-8.10 .endif .if defined(WITH_RUSSIAN) -PLUGINS+= electricRussianManual-8.09 +PLUGINS+= electricRussianManual-8.10 .endif .if defined(PLUGINS) |