summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2004-12-26 01:22:43 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2004-12-26 01:22:43 +0000
commit3f5ac53011b2bb49dbd72f680d2922397cdaee72 (patch)
treeaf34f0e421b8ce9a455be9a6e44e6e0cd174c554 /databases
parent- Update to 0.18 (diff)
Add dependency on devel/pkgconfig.
Pointy hat to: pointyhat via kris
Notes
Notes: svn path=/head/; revision=125185
Diffstat (limited to 'databases')
-rw-r--r--databases/sqlite2/Makefile2
-rw-r--r--databases/sqlite3/Makefile3
-rw-r--r--databases/sqlite34/Makefile3
3 files changed, 6 insertions, 2 deletions
diff --git a/databases/sqlite2/Makefile b/databases/sqlite2/Makefile
index 9e67e4b7b354..24b7cbddd669 100644
--- a/databases/sqlite2/Makefile
+++ b/databases/sqlite2/Makefile
@@ -13,6 +13,7 @@
PORTNAME= sqlite
PORTVERSION= 2.8.15
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://www.sqlite.org/
DISTNAME= ${PORTNAME}-${PORTVERSION}
@@ -56,6 +57,7 @@ MAKE_ENV+= TCL_VER=${TCL_V}
.endif
USE_GMAKE= YES
+USE_GNOME= pkgconfig
USE_LIBTOOL_VER= 13
GNU_CONFIGURE= YES
USE_REINPLACE= YES
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index a7ad0b11bb28..5e887bc8ddba 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -12,7 +12,7 @@
PORTNAME= sqlite
PORTVERSION= 3.0.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= http://www.sqlite.org/
DISTNAME= ${PORTNAME}-${PORTVERSION}
@@ -49,6 +49,7 @@ MAKE_ENV+= TCL_VER=${TCL_V}
.endif
USE_GMAKE= YES
+USE_GNOME= pkgconfig
USE_LIBTOOL_VER= 13
GNU_CONFIGURE= YES
USE_REINPLACE= YES
diff --git a/databases/sqlite34/Makefile b/databases/sqlite34/Makefile
index a7ad0b11bb28..5e887bc8ddba 100644
--- a/databases/sqlite34/Makefile
+++ b/databases/sqlite34/Makefile
@@ -12,7 +12,7 @@
PORTNAME= sqlite
PORTVERSION= 3.0.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= http://www.sqlite.org/
DISTNAME= ${PORTNAME}-${PORTVERSION}
@@ -49,6 +49,7 @@ MAKE_ENV+= TCL_VER=${TCL_V}
.endif
USE_GMAKE= YES
+USE_GNOME= pkgconfig
USE_LIBTOOL_VER= 13
GNU_CONFIGURE= YES
USE_REINPLACE= YES