diff options
Diffstat (limited to 'mail/qsf/Makefile')
-rw-r--r-- | mail/qsf/Makefile | 8 |
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> |