mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
Add an explicit dependency on pkgconf
This commit is contained in:
parent
c3b24311f2
commit
3bc5091b11
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326032
@ -21,12 +21,11 @@ USE_XZ= yes
|
||||
|
||||
.if !defined(REFERENCE_PORT)
|
||||
|
||||
USES= gettext pathfix
|
||||
USES= gettext pathfix gmake pkgconfig
|
||||
USE_GNOME= gnomehier glib20 libxml2 ltverhack referencehack intltool
|
||||
USE_SQLITE= 3
|
||||
USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_GMAKE= yes
|
||||
USE_PYTHON_BUILD= -2.7
|
||||
CONFIGURE_ARGS= --disable-more-warnings
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
@ -14,6 +14,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/include/boost/function.hpp:${PORTSDIR}/devel/boost-
|
||||
|
||||
USE_GMAKE= yes
|
||||
|
||||
USES= pkgconfig
|
||||
USE_BZIP2= yes
|
||||
USE_SDL+= image net sdl sound
|
||||
USE_GL= yes
|
||||
|
@ -15,7 +15,7 @@ LIB_DEPENDS= lua-5.1:${PORTSDIR}/lang/lua \
|
||||
png15:${PORTSDIR}/graphics/png \
|
||||
physfs.1:${PORTSDIR}/devel/physfs
|
||||
|
||||
USES= pathfix
|
||||
USES= pathfix pkgconfig
|
||||
USE_SDL= sdl sound
|
||||
USE_GL= glu
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat
|
||||
LIB_DEPENDS= drm:${PORTSDIR}/graphics/libdrm
|
||||
|
||||
USES= pkgconfig
|
||||
USE_BZIP2= yes
|
||||
USE_XORG= glproto pciaccess xext xfixes
|
||||
USE_GL= gl
|
||||
|
@ -18,8 +18,7 @@ LIB_DEPENDS= polkit.2:${PORTSDIR}/sysutils/policykit \
|
||||
ck-connector:${PORTSDIR}/sysutils/consolekit
|
||||
RUN_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:${PORTSDIR}/misc/pciids
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= pathfix gettext
|
||||
USES= pathfix gettext gmake pkgconfig
|
||||
USE_GNOME= intlhack ltverhack
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -20,7 +20,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USES= gmake pathfix
|
||||
USES= gmake pathfix pkgconfig
|
||||
USE_GNOME= cairomm glibmm pango
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: x11-toolkits/sdl_pango
|
||||
# Date created: 2006-10-30
|
||||
# Whom: Edwin Groothuis <edwin@mavetju.org>
|
||||
#
|
||||
# Created by: Edwin Groothuis <edwin@mavetju.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sdl_pango
|
||||
PORTVERSION= 0.1.2
|
||||
@ -18,6 +14,7 @@ PATCHFILES= SDL_Pango-0.1.2-API-adds.patch
|
||||
MAINTAINER= edwin@mavetju.org
|
||||
COMMENT= SDL_Pango is the SDL API to the Pango text rendering engine of GNOME 2.x
|
||||
|
||||
USES= pkgconfig
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_SDL= sdl
|
||||
USE_GNOME= pango
|
||||
|
Loading…
Reference in New Issue
Block a user