aboutsummaryrefslogtreecommitdiff
path: root/java/veditor/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-06-03 17:10:42 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-06-03 17:10:42 +0000
commit6cdb4c42fa97710bbc8b0718ad61b5eda4d8e4c5 (patch)
tree24acbfcc9e0e82ce0e4f30347b93d4f820972098 /java/veditor/Makefile
parentb5e0d2a2c519916c390713ba29d32c3919557b71 (diff)
Notes
Diffstat (limited to 'java/veditor/Makefile')
-rw-r--r--java/veditor/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/java/veditor/Makefile b/java/veditor/Makefile
index cd386a46e2ae..a4eaba195d0d 100644
--- a/java/veditor/Makefile
+++ b/java/veditor/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= veditor
-PORTVERSION= 0.7.0
-PORTREVISION= 2
+PORTVERSION= 0.7.1
CATEGORIES= java cad
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20runtime/VEditor%20${PORTVERSION}
DISTNAME= net.sourceforge.${PORTNAME}_${PORTVERSION}
@@ -22,7 +21,7 @@ RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse
OPTIONS= VERILOG "Support Verilog with Icarus Verilog" On \
VHDL "Support VHDL with FreeHDL" On
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if defined(WITH_VERILOG)
RUN_DEPENDS+= iverilog:${PORTSDIR}/cad/iverilog
@@ -44,4 +43,4 @@ do-install:
@${MKDIR} ${ECLIPSE}/${PLUGINS}
@${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${ECLIPSE}/${PLUGINS}/
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>