mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add an explicit dependency on pkgconf
This commit is contained in:
parent
fd2be90f23
commit
2f3fa0d623
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326103
12 changed files with 16 additions and 30 deletions
|
@ -18,7 +18,7 @@ USE_BZIP2= yes
|
|||
|
||||
RUN_DEPENDS= at-spi2-atk>2.6.0:${PORTSDIR}/accessibility/at-spi2-atk
|
||||
|
||||
USES= gmake gettext
|
||||
USES= gmake gettext pkgconfig
|
||||
USE_GNOME= gnomehack gnomehier intlhack gtk20 gconf2 libbonobo
|
||||
USE_XORG= x11 xtst
|
||||
USE_PYTHON= yes
|
||||
|
|
|
@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LGPL
|
|||
|
||||
LIB_DEPENDS= vorbisfile:${PORTSDIR}/audio/libvorbis
|
||||
|
||||
USES= gmake
|
||||
USES= gmake pkgconfig
|
||||
USE_GNOME= gnomeprefix gnomehack gtk20 ltverhack gconf2
|
||||
USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= libtool libltdl
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
# New ports collection makefile for: gucharmap
|
||||
# Date created: 02 Mar 2003
|
||||
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
#
|
||||
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/deskutils/gucharmap/Makefile,v 1.75 2010/11/13 13:05:08 kwm Exp $
|
||||
#
|
||||
|
||||
PORTNAME= gucharmap
|
||||
PORTVERSION= 2.32.1
|
||||
|
@ -19,7 +15,7 @@ COMMENT= A Unicode/ISO10646 character map and font viewer
|
|||
LIB_DEPENDS= rarian.0:${PORTSDIR}/textproc/rarian
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= gettext
|
||||
USES= gettext pkgconfig
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomeprefix intlhack gnomehack gtk20 gnomedocutils gconf2
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
# New ports collection makefile for: libgdata
|
||||
# Date created: 9 May 2009
|
||||
# Whom: Koop Mast <kwm@FreeBSD.org>
|
||||
#
|
||||
# Created by: Koop Mast <kwm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/devel/libgdata/Makefile,v 1.14 2010/09/30 19:39:17 kwm Exp $
|
||||
#
|
||||
|
||||
PORTNAME= libgdata
|
||||
PORTVERSION= 0.6.6
|
||||
|
@ -20,7 +16,7 @@ LIB_DEPENDS= soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome
|
|||
|
||||
USE_BZIP2= yes
|
||||
USE_LDCONFIG= yes
|
||||
USES= gettext
|
||||
USES= gettext pkgconfig
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_GNOME= gnomehack intltool ltverhack glib20
|
||||
|
|
|
@ -19,7 +19,7 @@ LIB_DEPENDS= flatzebra:${PORTSDIR}/devel/flatzebra \
|
|||
|
||||
USE_SDL= sdl image mixer
|
||||
USE_XORG= x11 xau xdmcp
|
||||
USES= iconv
|
||||
USES= iconv pkgconfig
|
||||
USE_GNOME= desktopfileutils
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include `${SDL_CONFIG} --cflags`
|
||||
|
|
|
@ -19,7 +19,7 @@ CONFLICTS= xchat-1* xchat-systray-plugin-[0-9]*
|
|||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gettext
|
||||
USES= gettext pkgconfig
|
||||
USE_GNOME= gnomehack gtk20
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
||||
|
|
|
@ -16,7 +16,7 @@ COMMENT= A GNOME 2 calculator tool based on the old calctool for OpenWindows
|
|||
CONFLICTS= gcalctool-2.31.*
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= bison gettext
|
||||
USES= bison gettext pkgconfig
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gnomedocutils gtk20
|
||||
|
|
|
@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-i
|
|||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USES= pathfix gettext
|
||||
USES= pathfix gettext pkgconfig
|
||||
USE_GNOME= gnomeprefix glib20 libxml2 intlhack ltverhack
|
||||
USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
|
|
|
@ -17,7 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_ro
|
|||
USE_BZIP2= yes
|
||||
USE_GNOME= gnomehack gnomeprefix gtk20 ltverhack intlhack
|
||||
USE_GMAKE= yes
|
||||
USES= gettext
|
||||
USES= gettext pkgconfig
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ARGS= --with-pam-dir="${PREFIX}/lib" \
|
||||
|
|
|
@ -21,7 +21,7 @@ LIB_DEPENDS= soup-2.4:${PORTSDIR}/devel/libsoup \
|
|||
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
|
||||
${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
|
||||
|
||||
USES= gettext
|
||||
USES= gettext pkgconfig
|
||||
USE_BZIP2= yes
|
||||
USE_XORG= xinerama xi xrandr xcursor xcomposite xdamage
|
||||
USE_GMAKE= yes
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
# New ports collection makefile for: gtkglarea2
|
||||
# Date created: 13 August 2002
|
||||
# Whom: Marc Recht <marc@informatik.uni-bremen.de>
|
||||
#
|
||||
# Created by: Marc Recht <marc@informatik.uni-bremen.de>
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/x11-toolkits/gtkglarea2/Makefile,v 1.2 2006/09/10 00:51:17 mezz Exp $
|
||||
|
||||
|
@ -20,6 +17,7 @@ LATEST_LINK= gtkglarea2
|
|||
USE_GNOME= gnomehack gtk20
|
||||
USE_BZIP2= yes
|
||||
USE_GL= yes
|
||||
USES= pkgconfig
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ARGS= --with-lib-GL
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
# New ports collection makefile for: libgnomekbd
|
||||
# Date created: 2006-11-07
|
||||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/x11/libgnomekbd/Makefile,v 1.48 2010/09/28 08:01:11 kwm Exp $
|
||||
#
|
||||
|
||||
PORTNAME= libgnomekbd
|
||||
PORTVERSION= 2.32.0
|
||||
|
@ -22,7 +18,7 @@ USE_BZIP2= yes
|
|||
USE_GNOME= gnomeprefix gnomehack ltverhack gconf2
|
||||
USE_AUTOTOOLS= libtool
|
||||
INSTALLS_ICONS= yes
|
||||
USES= gettext
|
||||
USES= gettext pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
USE_GMAKE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
|
Loading…
Add table
Reference in a new issue