diff options
author | thierry <thierry@FreeBSD.org> | 2007-03-27 18:56:44 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2007-03-27 18:56:44 +0000 |
commit | c3c54863c2920c5cccfcc1a9179b4e520bd45fc0 (patch) | |
tree | e384b7e782ce9ae5d1fc8dbe682a9f89fdfba48e /deskutils/pinot | |
parent | 26b92d51611b96ebbcdaf58519fee38ff7839b14 (diff) | |
download | FreeBSD-ports-c3c54863c2920c5cccfcc1a9179b4e520bd45fc0.zip FreeBSD-ports-c3c54863c2920c5cccfcc1a9179b4e520bd45fc0.tar.gz |
Switch from sqlite3 to sqlite3-threads.
Don't bump PORTREVISION because 0.71 is about to be released.
Diffstat (limited to 'deskutils/pinot')
-rw-r--r-- | deskutils/pinot/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile index 5b6c65e..055afab 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -15,7 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= thierry@FreeBSD.org COMMENT= Personal search and metasearch for the Free Desktop -BUILD_DEPENDS= update-desktop-database:${PORTSDIR}/devel/desktop-file-utils +BUILD_DEPENDS= update-desktop-database:${PORTSDIR}/devel/desktop-file-utils \ + ${SQ3THOL}:${PORTSDIR}/databases/sqlite3-threads LIB_DEPENDS= xapian.13:${PORTSDIR}/databases/xapian-core \ gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \ textcat.0:${PORTSDIR}/textproc/libtextcat \ @@ -26,6 +27,7 @@ LIB_DEPENDS= xapian.13:${PORTSDIR}/databases/xapian-core \ tag.5:${PORTSDIR}/audio/taglib \ curl.4:${PORTSDIR}/ftp/curl RUN_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info \ + ${SQ3THOL}:${PORTSDIR}/databases/sqlite3-threads \ antiword:${PORTSDIR}/textproc/antiword \ xdg-open:${PORTSDIR}/devel/xdg-utils \ pdftotext:${PORTSDIR}/graphics/xpdf \ @@ -44,7 +46,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" USE_GETTEXT= yes USE_XLIB= yes -USE_SQLITE= 3 +#USE_SQLITE= 3 # Replaced by sqlite3-threads USE_PYTHON= yes USE_LDCONFIG= ${PREFIX}/lib/pinot/filters @@ -52,6 +54,8 @@ USE_LDCONFIG= ${PREFIX}/lib/pinot/filters CONFIGURE_ARGS+= --enable-debug=yes .endif +SQ3THOL= ${LOCALBASE}/share/sqlite3/sqlite3_with_threads-override-locks + INSTALLS_ICONS= yes SUB_FILES= pkg-message |