1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00

- Switch to USE_SQLITE

- Remove unnecessary gmake build dependency
This commit is contained in:
Jason E. Hale 2016-01-07 14:37:49 +00:00
parent fb5c0e57d0
commit 5318f51870
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405441

View File

@ -14,9 +14,9 @@ LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo
LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3
USES= cmake gmake libtool pathfix pkgconfig tar:bzip2
USES= cmake libtool pathfix pkgconfig tar:bzip2
USE_SQLITE= yes
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= chewing