aboutsummaryrefslogtreecommitdiff
path: root/mail/qsf/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-08-18 19:32:52 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-08-18 19:32:52 +0000
commit87f505ca62df6de29a3acd335b6235412256645c (patch)
tree9ac443832f683cdba3f264d8f1185546d72b3710 /mail/qsf/Makefile
parentd4848efbd95227ffb38b9bd3477e1b7bffa567a9 (diff)
downloadports-87f505ca62df6de29a3acd335b6235412256645c.tar.gz
ports-87f505ca62df6de29a3acd335b6235412256645c.zip
Notes
Diffstat (limited to 'mail/qsf/Makefile')
-rw-r--r--mail/qsf/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/qsf/Makefile b/mail/qsf/Makefile
index 868283fe3c43..2522e101fb68 100644
--- a/mail/qsf/Makefile
+++ b/mail/qsf/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= qsf
-PORTVERSION= 1.1.7
+PORTVERSION= 1.1.13
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -45,7 +45,7 @@ CONFIGURE_ARGS+= --without-mysql
.endif
.if defined(WITH_SQLITE2)
-LIB_DEPENDS+= sqlite.2:${PORTSDIR}/databases/sqlite2
+USE_SQLITE= 2
.else
CONFIGURE_ARGS+= --without-sqlite
.endif
@@ -53,8 +53,4 @@ CONFIGURE_ARGS+= --without-sqlite
post-patch:
@${REINPLACE_CMD} -e 's|Linux|@VERSION@|g' ${WRKSRC}/doc/quickref.1.in
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/qsf ${TARGETDIR}/bin/qsf
- ${INSTALL_MAN} ${WRKSRC}/doc/quickref.1 ${MANPREFIX}/man/man1/qsf.1
-
.include <bsd.port.post.mk>