mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add an explicit dependency on pkgconf
This commit is contained in:
parent
89315e2bf7
commit
77d5662e7c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325997
9 changed files with 12 additions and 15 deletions
|
@ -13,8 +13,7 @@ COMMENT= GLib bindings for the D-BUS messaging system
|
|||
LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus
|
||||
|
||||
USE_GNOME= gnomehack glib20 ltverhack
|
||||
USES= gettext
|
||||
USE_GMAKE= yes
|
||||
USES= gettext gmake pkgconfig
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ARGS= --with-test-socket-dir=${WRKDIR} \
|
||||
|
|
|
@ -18,7 +18,7 @@ USE_BZIP2= yes
|
|||
GNU_CONFIGURE= yes
|
||||
USE_BZIP2= yes
|
||||
USE_PYTHON= yes
|
||||
USES= pathfix
|
||||
USES= pathfix pkgconfig
|
||||
USE_GNOME= glib20 libxml2
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
|
@ -19,6 +19,8 @@ OPTIONS_DEFAULT= X11
|
|||
|
||||
WRKSRC= ${WRKDIR}/mpeg2
|
||||
|
||||
USES= pkgconfig
|
||||
|
||||
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
|
||||
|
||||
DATADIR= ${PREFIX}/share/mpeg2
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: liblingoteach
|
||||
# Date created: 14 October 2003
|
||||
# Whom: Marcus von Appen
|
||||
#
|
||||
# Created by: Marcus von Appen
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= liblingoteach
|
||||
PORTVERSION= 0.2.1
|
||||
|
@ -15,8 +11,8 @@ MAINTAINER= mva@FreeBSD.org
|
|||
COMMENT= A library for parsing lesson files based on the LingoTeach DTD
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack libxml2
|
||||
USES= gmake pathfix pkgconfig
|
||||
USE_GNOME= libxml2
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ GNU_CONFIGURE= yes
|
|||
USE_GNOME= libxml2
|
||||
USE_OPENSSL= yes
|
||||
USE_XZ= yes
|
||||
USES= pathfix
|
||||
USES= pathfix pkgconfig
|
||||
|
||||
MAN1= aria2c.1
|
||||
MANLANG= "" pt ru
|
||||
|
|
|
@ -11,6 +11,7 @@ COMMENT= 3D Xaw (Athena Widget Set) replacement with extended fonts
|
|||
|
||||
LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2
|
||||
|
||||
USES= pkgconfig
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -17,7 +17,7 @@ LICENSE= BSD
|
|||
DIST_SUBDIR= e17
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake pkgconfig
|
||||
USE_EFL= ecore libtool_hack
|
||||
USE_EFL_ECORE= input
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -16,10 +16,9 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-
|
|||
RUN_DEPENDS= xkbcomp:${PORTSDIR}/x11/xkbcomp \
|
||||
${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
|
||||
|
||||
USES= pathfix
|
||||
USES= pathfix gmake pkgconfig
|
||||
USE_XORG= x11 xi xkbfile
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= libxml2 glib20 ltverhack:12
|
||||
USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
|
|
|
@ -11,8 +11,8 @@ MASTER_SITES= http://xcb.freedesktop.org/dist/
|
|||
MAINTAINER= garga@FreeBSD.org
|
||||
COMMENT= A module with libxcb/libX11 extension/replacement libraries
|
||||
|
||||
USES= gmake
|
||||
USE_BZIP2= yes
|
||||
USES= gmake pathfix pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
USE_XORG= xau xcb xdmcp xorg-macros
|
||||
USE_AUTOTOOLS= libtool
|
||||
|
|
Loading…
Add table
Reference in a new issue