mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Convert to USES=execinfo
This commit is contained in:
parent
9312ea6bd7
commit
8a21055aa8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376365
@ -12,13 +12,12 @@ COMMENT= Application to organize and edit image collections
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo
|
||||
RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils \
|
||||
ufraw-batch:${PORTSDIR}/graphics/ufraw \
|
||||
exiftool:${PORTSDIR}/graphics/p5-Image-ExifTool \
|
||||
dcraw:${PORTSDIR}/graphics/dcraw
|
||||
|
||||
USES= gmake desktop-file-utils pkgconfig
|
||||
USES= execinfo gmake desktop-file-utils pkgconfig
|
||||
USE_GNOME= gtk30
|
||||
|
||||
ALL_TARGET= fotoxx
|
||||
|
@ -13,10 +13,9 @@ COMMENT?= Bittorrent client using Qt4 and libtorrent-rasterbar
|
||||
LICENSE= GPLv2
|
||||
|
||||
# ABI versions specified on purpose for libtorrent-rasterbar
|
||||
LIB_DEPENDS= libtorrent-rasterbar.so:${PORTSDIR}/net-p2p/libtorrent-rasterbar \
|
||||
libexecinfo.so:${PORTSDIR}/devel/libexecinfo
|
||||
LIB_DEPENDS= libtorrent-rasterbar.so:${PORTSDIR}/net-p2p/libtorrent-rasterbar
|
||||
|
||||
USES= pkgconfig
|
||||
USES= execinfo pkgconfig
|
||||
USE_QT4= corelib network qmake_build linguist_build moc_build \
|
||||
rcc_build uic_build
|
||||
QT_NONSTANDARD= yes
|
||||
|
Loading…
Reference in New Issue
Block a user