mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
depend on JPEG library via USES [ci skip]
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
424ce4a6b3
commit
3b47b3dc74
1 changed files with 4 additions and 5 deletions
|
@ -15,17 +15,16 @@ DISTFILES = master.tar.gz
|
||||||
DIST_SUBDIR = ${PORTNAME}
|
DIST_SUBDIR = ${PORTNAME}
|
||||||
WRKSRC = ${WRKDIR}/katie-master
|
WRKSRC = ${WRKDIR}/katie-master
|
||||||
|
|
||||||
USES = compiler:c++11-lang pkgconfig cmake ssl xorg sqlite:3 desktop-file-utils
|
USES = compiler:c++11-lang pkgconfig cmake ssl xorg jpeg sqlite:3 desktop-file-utils
|
||||||
USE_XORG = x11 xinerama xrandr xrender xfixes xcursor xext sm ice
|
USE_XORG = x11 xinerama xrandr xrender xfixes xcursor xext sm ice
|
||||||
USE_LDCONFIG = yes
|
USE_LDCONFIG = yes
|
||||||
RUN_DEPENDS = xdg-open:devel/xdg-utils
|
RUN_DEPENDS = xdg-open:devel/xdg-utils
|
||||||
LIB_DEPENDS = libzstd.so:archivers/zstd libicuuc.so:devel/icu \
|
LIB_DEPENDS = libzstd.so:archivers/zstd libicuuc.so:devel/icu \
|
||||||
libicui18n.so:devel/icu libjansson.so:devel/jansson \
|
libicui18n.so:devel/icu libjansson.so:devel/jansson \
|
||||||
libpcre.so:devel/pcre libpng.so:graphics/png \
|
libpcre.so:devel/pcre libpng.so:graphics/png \
|
||||||
libjpeg.so:graphics/jpeg-turbo libtiff.so:graphics/tiff \
|
libtiff.so:graphics/tiff libfreetype.so:print/freetype2 \
|
||||||
libfreetype.so:print/freetype2 libfontconfig.so:x11-fonts/fontconfig \
|
libfontconfig.so:x11-fonts/fontconfig libdbus-1.so:devel/dbus \
|
||||||
libdbus-1.so:devel/dbus libcups.so:print/cups \
|
libcups.so:print/cups libiodbc.so:databases/libiodbc
|
||||||
libiodbc.so:databases/libiodbc
|
|
||||||
CMAKE_ARGS = -DKATIE_TOOLS_SUFFIX="-katie"
|
CMAKE_ARGS = -DKATIE_TOOLS_SUFFIX="-katie"
|
||||||
|
|
||||||
OPTIONS_DEFINE = NLS MYSQL PGSQL
|
OPTIONS_DEFINE = NLS MYSQL PGSQL
|
||||||
|
|
Loading…
Add table
Reference in a new issue