summaryrefslogtreecommitdiff
path: root/java/Makefile
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2008-12-16 08:14:26 +0000
committerMax Khon <fjoe@FreeBSD.org>2008-12-16 08:14:26 +0000
commit8bdef2016466c4547b96c5528f735d01955f9467 (patch)
treef77e4ba41c64a2ef9f88c35d62fa8e7986a56016 /java/Makefile
parentReset yazzy@yazzy.org due to maintainer-timeouts and no response to (diff)
New port: SQLiteJDBC is a Java JDBC driver for SQLite.
It runs using either a native code library or a 100% Pure Java driver based on NestedVM emulation (but in this package only the native version is installed). PR: 124905 Submitted by: Lapo Luchini
Notes
Notes: svn path=/head/; revision=224297
Diffstat (limited to 'java/Makefile')
-rw-r--r--java/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile
index ed461cca59f3..95fcee5ee63d 100644
--- a/java/Makefile
+++ b/java/Makefile
@@ -156,6 +156,7 @@
SUBDIR += shujit
SUBDIR += simplicity
SUBDIR += springframework
+ SUBDIR += sqlitejdbc
SUBDIR += subversion-java
SUBDIR += sun-wtk
SUBDIR += trove4j