diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2005-01-28 23:36:08 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2005-01-28 23:36:08 +0000 |
commit | 64036efed8104d257cfccbcf03625ce802d35518 (patch) | |
tree | a4d04663a1e1ee26957e8e8a3908b543bbdb2df2 /devel/itext | |
parent | Do not create mozilla plugin directory unless it is enable. By default, it is (diff) |
Update to bsd.java.mk 2.0
Notes
Notes:
svn path=/head/; revision=127575
Diffstat (limited to 'devel/itext')
-rw-r--r-- | devel/itext/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/itext/Makefile b/devel/itext/Makefile index 1e6b13b2da47..2c7be73b451a 100644 --- a/devel/itext/Makefile +++ b/devel/itext/Makefile @@ -18,7 +18,8 @@ EXTRACT_SUFX= .jar MAINTAINER= ports@FreeBSD.org COMMENT= A Java-PDF Library -USE_JAVA= 1.2+ +USE_JAVA= yes +JAVA_VERSION= 1.2+ NO_BUILD= yes NO_WRKSUBDIR= yes EXTRACT_CMD= ${CP} |