aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-12-23 15:58:07 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-12-23 15:58:07 +0000
commit0b39b3dbf7c26a92a797f4fb44d644dd3d3061f4 (patch)
tree8e766b2df8cd92faa23810439ca574326dc8c229 /lang
parentbc924db28f46490a0af867b20d1dce8d705a1258 (diff)
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/munger/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/munger/Makefile b/lang/munger/Makefile
index d574294d354c..7e0022a8c2d7 100644
--- a/lang/munger/Makefile
+++ b/lang/munger/Makefile
@@ -7,6 +7,7 @@
PORTNAME= munger
PORTVERSION= 4.38
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://jamesbailie.com/
@@ -16,7 +17,7 @@ COMMENT= Static LISP interpreter with text processing abilities
LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2
.if defined(WITH_SQL)
-LIB_DEPENDS+= sqlite.2:${PORTSDIR}/databases/sqlite
+LIB_DEPENDS+= sqlite.2:${PORTSDIR}/databases/sqlite2
.endif
.if defined(WITH_FCGI)