diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2011-03-06 22:00:09 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2011-03-06 22:00:09 +0000 |
commit | 468d4cd9b6c36f16bd6feeba70e398e19c119ef3 (patch) | |
tree | 7a32860c300f9577a06d08a3c80182c70232a376 /math/jlatexmath/Makefile | |
parent | 304b9ef62b2139353d35ab15a8f9d5c733b1ab73 (diff) | |
download | ports-468d4cd9b6c36f16bd6feeba70e398e19c119ef3.tar.gz ports-468d4cd9b6c36f16bd6feeba70e398e19c119ef3.zip |
Notes
Diffstat (limited to 'math/jlatexmath/Makefile')
-rw-r--r-- | math/jlatexmath/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/jlatexmath/Makefile b/math/jlatexmath/Makefile index e8d95146972b..c4d03fcdd6e5 100644 --- a/math/jlatexmath/Makefile +++ b/math/jlatexmath/Makefile @@ -6,8 +6,7 @@ # PORTNAME= jlatexmath -PORTVERSION= 0.9.3 -PORTREVISION= 1 +PORTVERSION= 0.9.4 CATEGORIES= math java MASTER_SITES= http://forge.scilab.org/upload/jlatexmath/files/ \ http://www.predatorlabs.net/dl/ @@ -23,7 +22,7 @@ JAVA_BUILD= yes JAVA_RUN= yes USE_ANT= yes -NO_WRKSUBDIR= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} OPTIONS= FOP "textproc/fop plugin (required for math/scilab)" ON |