diff options
Diffstat (limited to 'cad/electric-ng/Makefile')
-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 95e6ed151400..3b58881c8a46 100644 --- a/cad/electric-ng/Makefile +++ b/cad/electric-ng/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= electric -PORTVERSION= 9.04 -PORTREVISION= 1 +PORTVERSION= 9.05 CATEGORIES= cad java MASTER_SITES= ${MASTER_SITE_GNU} \ http://www.staticfreesoft.com/:1 \ @@ -27,6 +26,7 @@ NO_BUILD= yes SUB_LIST+= LIBFILES="${LIBFILES}" \ JARFILE="${JARFILE}" SUB_FILES= electric-ng +PLIST_SUB+= VERSION="${PORTVERSION}" OPTIONS_DEFINE= BSH 3D IRSIM DOCS BSH_DESC= Enable embedded java interpreter via BSH |