aboutsummaryrefslogtreecommitdiff
path: root/deskutils/logjam/Makefile
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2005-09-04 14:45:25 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2005-09-04 14:45:25 +0000
commit2ad823d6d84ec097e827a8bc6b9e4f3c56c8af82 (patch)
tree1bd7e35d5f9c399e9266d3bbdddcb8ac34b42ec0 /deskutils/logjam/Makefile
parent16ebd472fe02c20e1702988b61e49fa2d6b2cefd (diff)
downloadports-2ad823d6d84ec097e827a8bc6b9e4f3c56c8af82.tar.gz
ports-2ad823d6d84ec097e827a8bc6b9e4f3c56c8af82.zip
Notes
Diffstat (limited to 'deskutils/logjam/Makefile')
-rw-r--r--deskutils/logjam/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/deskutils/logjam/Makefile b/deskutils/logjam/Makefile
index a1202eba8c24..debe5312c487 100644
--- a/deskutils/logjam/Makefile
+++ b/deskutils/logjam/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= logjam
-PORTVERSION= 4.4.1
-PORTREVISION= 1
+PORTVERSION= 4.5.1
CATEGORIES= deskutils
MASTER_SITES= http://logjam.danga.com/download/
@@ -41,6 +40,11 @@ LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell2
CONFIGURE_ARGS+= --without-gtkspell
.endif
+.if defined(WITH_SQLITE)
+CONFIGURE_ARGS+= --with-sqlite3
+LIB_DEPENDS+= sqlite3.8:${PORTSDIR}/databases/sqlite3
+.endif
+
.if defined(WITH_XMMS)
LIB_DEPENDS+= xmms.4:${PORTSDIR}/multimedia/xmms
PLIST_SUB+= WITH_XMMS=""
@@ -72,8 +76,5 @@ pre-everything::
post-patch:
@${REINPLACE_CMD} -e 's|libgtkhtml-3.0|libgtkhtml-3.1|g' ${WRKSRC}/configure
-.if defined(WITH_TAGS_PATCH)
- @cd ${WRKSRC} && ${PATCH} < ${FILESDIR}/extra-logjam_tags.patch
-.endif
.include <bsd.port.post.mk>