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 /x11-toolkits | |
parent | c3b24311f239203338b6489c1a9a1643e65dab46 (diff) |
Add an explicit dependency on pkgconf
Notes
Notes:
svn path=/head/; revision=326032
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/pangomm/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/sdl_pango/Makefile | 7 |
2 files changed, 3 insertions, 6 deletions
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 |