diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 16:55:04 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 16:55:04 +0000 |
commit | 2572ef719389540034acc0b9f28390cd93fc30c5 (patch) | |
tree | 88ba54861a636c8d3b02c8561ca760725ea09b54 | |
parent | 30506c09eef1810be43ef952700083b8a94e470f (diff) | |
download | FreeBSD-ports-2572ef719389540034acc0b9f28390cd93fc30c5.zip FreeBSD-ports-2572ef719389540034acc0b9f28390cd93fc30c5.tar.gz |
Add an explicit dependency on pkgconf
-rw-r--r-- | devel/libsoup/Makefile | 3 | ||||
-rw-r--r-- | games/alephone/Makefile | 1 | ||||
-rw-r--r-- | graphics/radius-engine/Makefile | 2 | ||||
-rw-r--r-- | multimedia/libva/Makefile | 1 | ||||
-rw-r--r-- | sysutils/hal/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/pangomm/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/sdl_pango/Makefile | 7 |
7 files changed, 8 insertions, 11 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index 7efa815..5bc0df4 100644 --- a/devel/libsoup/Makefile +++ b/devel/libsoup/Makefile @@ -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 diff --git a/games/alephone/Makefile b/games/alephone/Makefile index 92e54a3..28a3417 100644 --- a/games/alephone/Makefile +++ b/games/alephone/Makefile @@ -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 diff --git a/graphics/radius-engine/Makefile b/graphics/radius-engine/Makefile index 32a3f79..e580647 100644 --- a/graphics/radius-engine/Makefile +++ b/graphics/radius-engine/Makefile @@ -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 diff --git a/multimedia/libva/Makefile b/multimedia/libva/Makefile index a32fc57..96b5cb8 100644 --- a/multimedia/libva/Makefile +++ b/multimedia/libva/Makefile @@ -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 diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile index 91192d0..8e04982 100644 --- a/sysutils/hal/Makefile +++ b/sysutils/hal/Makefile @@ -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 diff --git a/x11-toolkits/pangomm/Makefile b/x11-toolkits/pangomm/Makefile index 93faaf9..f500272 100644 --- a/x11-toolkits/pangomm/Makefile +++ b/x11-toolkits/pangomm/Makefile @@ -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 diff --git a/x11-toolkits/sdl_pango/Makefile b/x11-toolkits/sdl_pango/Makefile index ccd411e..d50f3f3 100644 --- a/x11-toolkits/sdl_pango/Makefile +++ b/x11-toolkits/sdl_pango/Makefile @@ -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 |