mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Use USES=pkgconfig where appropriate
This commit is contained in:
parent
c4ca3e8d21
commit
d33ccda403
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490143
@ -16,9 +16,8 @@ LIB_DEPENDS= libcmocka.so:sysutils/cmocka \
|
||||
libfreetype.so:print/freetype2 \
|
||||
libsoup-2.4.so:devel/libsoup \
|
||||
libwebkitgtk-1.0.so:www/webkit-gtk2
|
||||
BUILD_DEPENDS= pkg-config:devel/pkgconf
|
||||
|
||||
USES= cmake gnome
|
||||
USES= cmake gnome pkgconfig
|
||||
USE_GNOME= gdkpixbuf2 gtk20 cairo
|
||||
|
||||
CMAKE_ON= XTRKCAD_USE_GTK
|
||||
|
@ -13,12 +13,11 @@ COMMENT= Logitech Harmony configuration library
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BUILD_DEPENDS= pkg-config:devel/pkgconf
|
||||
LIB_DEPENDS= libhidapi.so:comms/hidapi \
|
||||
libzip.so:archivers/libzip
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
USES= tar:bzip2 libtool shared-mime-info
|
||||
USES= tar:bzip2 libtool pkgconfig shared-mime-info
|
||||
WRKSRC_SUBDIR= libconcord
|
||||
GNU_CONFIGURE= yes
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
|
@ -19,10 +19,9 @@ LIB_DEPENDS?= libgsm.so:audio/gsm \
|
||||
libpopt.so:devel/popt \
|
||||
libopus.so:audio/opus \
|
||||
librtlsdr.so:comms/rtl-sdr
|
||||
BUILD_DEPENDS= pkg-config:devel/pkgconf \
|
||||
${LOCALBASE}/include/linux/input.h:devel/evdev-proto
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto
|
||||
|
||||
USES+= cmake compiler:c++11-lang tcl groff
|
||||
USES+= cmake compiler:c++11-lang groff pkgconfig tcl
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= sm0svx
|
||||
GH_PROJECT= svxlink
|
||||
|
@ -12,11 +12,10 @@ COMMENT= Grassroots DICOM library
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
BUILD_DEPENDS= pkgconf:devel/pkgconf
|
||||
LIB_DEPENDS= libopenjp2.so:graphics/openjpeg \
|
||||
libexpat.so:textproc/expat2
|
||||
|
||||
USES= alias cmake compiler:c++11-lang tar:bzip2 ssl
|
||||
USES= alias cmake compiler:c++11-lang pkgconfig tar:bzip2 ssl
|
||||
|
||||
OPTIONS_DEFINE= VTK6
|
||||
OPTIONS_SUB= yes
|
||||
|
@ -11,9 +11,7 @@ COMMENT= Bash and Zsh shell history suggest box
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= pkg-config:devel/pkgconf
|
||||
|
||||
USES= autoreconf ncurses readline
|
||||
USES= autoreconf ncurses pkgconfig readline
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= dvorka
|
||||
GH_PROJECT= hstr
|
||||
|
@ -14,12 +14,11 @@ COMMENT= Implement an RPC::ExtDirect gateway using Plack
|
||||
LICENSE= ART10
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= pkg-config:devel/pkgconf \
|
||||
p5-Plack>=0:www/p5-Plack \
|
||||
RUN_DEPENDS= p5-Plack>=0:www/p5-Plack \
|
||||
p5-RPC-ExtDirect>=3.20:www/p5-RPC-ExtDirect
|
||||
TEST_DEPENDS= p5-Test-Pod>=1.46:devel/p5-Test-Pod
|
||||
|
||||
USES= perl5
|
||||
USES= perl5 pkgconfig:both
|
||||
USE_PERL5= configure
|
||||
NO_ARCH= YES
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user