aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlite34/Makefile
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2004-12-23 10:20:35 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2004-12-23 10:20:35 +0000
commit9b41e919e7dadd5e45ab466a27f0a500f088484f (patch)
tree13bf1336ab9d43f5d4b4c5149f2b718e6823e780 /databases/sqlite34/Makefile
parentcd0fc86c72e084f16866372abaf9ebe8ac24c3a3 (diff)
Fix pkg-plist. This problem is heinousness, so I bump PORTREVISION.
Pointy hat to: myself
Notes
Notes: svn path=/head/; revision=124958
Diffstat (limited to 'databases/sqlite34/Makefile')
-rw-r--r--databases/sqlite34/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/sqlite34/Makefile b/databases/sqlite34/Makefile
index 6f9dd668b4d9..a7ad0b11bb28 100644
--- a/databases/sqlite34/Makefile
+++ b/databases/sqlite34/Makefile
@@ -12,6 +12,7 @@
PORTNAME= sqlite
PORTVERSION= 3.0.8
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://www.sqlite.org/
DISTNAME= ${PORTNAME}-${PORTVERSION}
@@ -36,6 +37,9 @@ WITH_TCL= YES
.if defined(WITH_TCL)
ALL_TARGET+= libtclsqlite.la
+PLIST_SUB+= WITH_TCL=""
+.else
+PLIST_SUB+= WITH_TCL="@comment "
.endif
.if !defined(NOPORTDOCS)