mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
Add an explicit dependency on pkgconf
This commit is contained in:
parent
bd0f959252
commit
2b07ee6ce0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327535
@ -18,6 +18,7 @@ LIB_DEPENDS= lastfm:${PORTSDIR}/audio/liblastfm \
|
||||
avcodec1:${PORTSDIR}/multimedia/ffmpeg1 \
|
||||
gpod:${PORTSDIR}/audio/libgpod
|
||||
|
||||
USES= pkgconfig
|
||||
USE_BZIP2= yes
|
||||
USE_QT4= gui linguist_build moc_build network phonon qmake_build \
|
||||
rcc_build uic_build webkit xml
|
||||
|
@ -17,7 +17,7 @@ LIB_DEPENDS+= speex:${PORTSDIR}/audio/speex \
|
||||
protoc:${PORTSDIR}/devel/protobuf \
|
||||
opus:${PORTSDIR}/audio/opus
|
||||
|
||||
USES= gmake
|
||||
USES= gmake pkgconfig
|
||||
USE_QT4= gui svg iconengines_run xml sql network l10n \
|
||||
linguist_build qmake_build moc_build rcc_build uic_build \
|
||||
opengl sql-sqlite3_run
|
||||
|
@ -32,7 +32,7 @@ STATUS= debug
|
||||
STATUS= release
|
||||
.endif
|
||||
|
||||
USES= iconv gmake
|
||||
USES= iconv gmake pkgconfig
|
||||
USE_SQLITE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: libopensync-plugin-evolution2
|
||||
# Date created: 18 July 2008
|
||||
# Whom: Alexander Logvinov <ports@logvinov.com>
|
||||
#
|
||||
# Created by: Alexander Logvinov <ports@logvinov.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libopensync-plugin-evolution2
|
||||
PORTVERSION= 0.36
|
||||
@ -21,7 +17,7 @@ RUN_DEPENDS= vconvert:${PORTSDIR}/deskutils/libopensync-plugin-vformat-devel
|
||||
CONFLICTS= libopensync-plugin-evolution2-0.2*
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= cmake
|
||||
USES= cmake pkgconfig
|
||||
USE_GNOME= evolutiondataserver gconf2
|
||||
|
||||
CMAKE_ARGS+= -Wno-dev
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: py-statgrab
|
||||
# Date created: 20 March 2004
|
||||
# Whom: Tim Bishop <tim@bishnet.net>
|
||||
#
|
||||
# Created by: Tim Bishop <tim@bishnet.net>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= statgrab
|
||||
PORTVERSION= 0.5
|
||||
@ -22,6 +18,7 @@ COMMENT= A set of Python bindings for libstatgrab
|
||||
LIB_DEPENDS= statgrab.8:${PORTSDIR}/devel/libstatgrab
|
||||
|
||||
DIST_SUBDIR= i-scream
|
||||
USES= pkgconfig
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_PKGNAME= pystatgrab
|
||||
|
@ -25,11 +25,10 @@ USE_XORG= x11 ice xaw xau xext xrender xrandr \
|
||||
USE_GL= gl glu
|
||||
USE_GSTREAMER= yes
|
||||
#USE_GCC= yes
|
||||
USE_GMAKE= yes
|
||||
USE_PYTHON= yes
|
||||
USE_PERL5= build
|
||||
USE_BZIP2= yes
|
||||
USES+= bison perl5
|
||||
USES+= bison perl5 pkgconfig gmake
|
||||
WITHOUT_CPU_CFLAGS= true
|
||||
|
||||
OPTIONS_DEFINE= GCONF GNOMEVFS
|
||||
|
@ -26,7 +26,7 @@ USE_GSTREAMER= yes
|
||||
#USE_GCC= 4.6+
|
||||
USE_PYTHON= yes
|
||||
USE_BZIP2= yes
|
||||
USES+= bison perl5 gmake
|
||||
USES+= bison perl5 gmake pkgconfig
|
||||
USE_PERL5= build
|
||||
WITHOUT_CPU_CFLAGS= true
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
@ -27,7 +27,7 @@ USE_GSTREAMER= yes
|
||||
#USE_GCC= 4.6+
|
||||
USE_PYTHON= yes
|
||||
USE_BZIP2= yes
|
||||
USES+= bison perl5 gmake
|
||||
USES+= bison perl5 gmake pkgconfig
|
||||
USE_PERL5= build
|
||||
WITHOUT_CPU_CFLAGS= true
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
@ -20,6 +20,7 @@ LIB_DEPENDS= IL:${PORTSDIR}/graphics/devil \
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libaudiere.so:${PORTSDIR}/audio/audiere
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/libaudiere.so:${PORTSDIR}/audio/audiere
|
||||
|
||||
USES= pkgconfig
|
||||
USE_BZIP2= yes
|
||||
USE_SCONS= yes
|
||||
USE_GL= gl glu
|
||||
|
@ -14,6 +14,8 @@ LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= clanCore:${PORTSDIR}/devel/clanlib1
|
||||
|
||||
USES= pkgconfig
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib"
|
||||
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
|
||||
|
@ -17,7 +17,7 @@ LICENSE= GPLv2
|
||||
LIB_DEPENDS= vorbis:${PORTSDIR}/audio/libvorbis \
|
||||
mikmod:${PORTSDIR}/audio/libmikmod
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= gmake pkgconfig
|
||||
USE_SDL= image sdl
|
||||
NO_INSTALL_MANPAGES= yes
|
||||
DATAVERSION= 0.7.0
|
||||
|
@ -24,7 +24,7 @@ PLUGINS_DESC= Compile additional libpurple-plugins
|
||||
USE_RC_SUBR= minbif
|
||||
USE_GNOME= glib20
|
||||
USE_EFL= imlib2
|
||||
USES= cmake
|
||||
USES= cmake pkgconfig
|
||||
CMAKE_ARGS= -DENABLE_IMLIB:BOOL=ON
|
||||
|
||||
CFLAGS+= ${PTHREAD_CFLAGS} -DX_DISPLAY_MISSING
|
||||
|
@ -14,7 +14,7 @@ LIB_DEPENDS= gc-threaded.1:${PORTSDIR}/devel/boehm-gc-threaded
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
|
||||
USES= gmake
|
||||
USES= gmake pkgconfig
|
||||
USE_AUTOTOOLS= libtool:env
|
||||
USE_DOS2UNIX= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
@ -32,10 +32,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsddb>0:${PORTSDIR}/databases/py-bsddb \
|
||||
BUILD_WRKSRC= ${WRKSRC}/linux
|
||||
INSTALL_WRKSRC= ${WRKSRC}/linux
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gconf2 gtk20
|
||||
USE_GSTREAMER= python gconf
|
||||
USES= gettext
|
||||
USES= gettext gmake pkgconfig
|
||||
USE_PYTHON= 2.5+
|
||||
USE_PYDISTUTILS= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -13,6 +13,7 @@ COMMENT= XBMC PVR addons for various backends
|
||||
BUILD_DEPENDS+= xbmc:${PORTSDIR}/multimedia/xbmc
|
||||
RUN_DEPENDS+= xbmc:${PORTSDIR}/multimedia/xbmc
|
||||
|
||||
USES= pkgconfig
|
||||
USE_GL= gl
|
||||
USE_AUTOTOOLS= libtoolize aclocal libtool automake autoconf
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
@ -1,10 +1,5 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: gnunet-gtk
|
||||
# Date created: Dec. 19, 2011
|
||||
# Whom: bf
|
||||
#
|
||||
# Created by: bf
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gnunet-gtk
|
||||
DISTVERSION= 0.9.3
|
||||
@ -22,8 +17,7 @@ LIB_DEPENDS= gladeui-1:${PORTSDIR}/devel/glade3 \
|
||||
|
||||
INSTALLS_ICONS = yes
|
||||
USE_AUTOTOOLS= libltdl libtool
|
||||
USE_GMAKE= yes
|
||||
USES= pathfix iconv
|
||||
USES= pathfix iconv gmake pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CONFIGURE_ARGS = --with-extractor=${LOCALBASE} \
|
||||
|
@ -18,6 +18,7 @@ COMMENT= An open source Remote Desktop Protocol (RDP) server
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= pkgconfig
|
||||
USE_XORG= x11 xfixes
|
||||
USE_AUTOTOOLS= autoconf:env automake:env libtool
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -19,7 +19,7 @@ USE_KDE4= automoc4 kdehier kdeprefix kdelibs sharedmime
|
||||
USE_QT4= corelib dbus gui network svg xml \
|
||||
qmake_build uic_build rcc_build
|
||||
USE_PERL5= build
|
||||
USES= cmake gettext perl5
|
||||
USES= cmake gettext perl5 pkgconfig
|
||||
|
||||
MAN1= kover.1
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: razorback-fsMonitor
|
||||
# Date created: 2011/06/8
|
||||
# Whom: Tom Judge <tom@tomjudge.com>
|
||||
#
|
||||
# Created by: Tom Judge <tom@tomjudge.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= fsMonitor
|
||||
PORTVERSION= 0.5.0
|
||||
@ -21,6 +17,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
LIB_DEPENDS= razorback_api.2:${PORTSDIR}/security/razorback-api \
|
||||
fam.0:${PORTSDIR}/devel/fam
|
||||
|
||||
USES= pkgconfig
|
||||
|
||||
OPTIONS_DEFINE= DEBUG ASSERT
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
@ -21,7 +21,7 @@ BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
|
||||
LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= fuse
|
||||
USES= fuse pkgconfig
|
||||
USE_GNOME= gtk20 gvfs
|
||||
USE_XORG= x11
|
||||
USE_PYTHON= yes
|
||||
|
@ -12,6 +12,7 @@ COMMENT= Library and tools for reading FileVault (FVDE) encrypted volumes
|
||||
|
||||
LICENSE= LGPL3
|
||||
|
||||
USES= pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= libxml2 gnomehack
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -13,7 +13,7 @@ COMMENT= GTK+ 2.x theme engine allowing to use Qt/KDE styles
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gtk20
|
||||
USE_QT4= corelib gui moc_build rcc_build uic_build qmake_build
|
||||
USES= cmake gettext
|
||||
USES= cmake gettext pkgconfig
|
||||
USE_KDE4= kdelibs kdeprefix automoc4
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
|
@ -9,7 +9,7 @@ MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= GTK2 and GTK3 Configurator for KDE
|
||||
|
||||
USES= cmake:outsource
|
||||
USES= cmake:outsource pkgconfig
|
||||
USE_GNOME= gtk20 gtk30
|
||||
USE_KDE4= automoc4 kdelibs kdeprefix
|
||||
USE_QT4= moc_build qmake_build rcc_build uic_build
|
||||
|
@ -33,7 +33,7 @@ LIB_DEPENDS+= FOX-1.7:${PORTSDIR}/x11-toolkits/fox17
|
||||
CMAKE_ARGS+= -DFOX17:BOOL=TRUE
|
||||
.endif
|
||||
|
||||
USES= cmake:outsource
|
||||
USES= cmake:outsource pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
PLIST_FILES= include/vtkfox/FXVTKCanvas.h \
|
||||
|
Loading…
Reference in New Issue
Block a user