diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 16:55:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 16:55:04 +0000 |
commit | 3bc5091b11f13bacb8ade409cae755834687fc69 (patch) | |
tree | 88ba54861a636c8d3b02c8561ca760725ea09b54 | |
parent | c3b24311f239203338b6489c1a9a1643e65dab46 (diff) |
Notes
-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 7efa81534e14..5bc0df42425b 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 92e54a37bb62..28a3417901d4 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 32a3f7997feb..e5806477478f 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 a32fc5714463..96b5cb87b1de 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 91192d00bbc3..8e04982ebece 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 93faaf989064..f50027259af6 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 ccd411ef7e97..d50f3f3013a0 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 |