diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 00:55:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 00:55:04 +0800 |
commit | 2572ef719389540034acc0b9f28390cd93fc30c5 (patch) | |
tree | 88ba54861a636c8d3b02c8561ca760725ea09b54 /x11-toolkits | |
parent | 30506c09eef1810be43ef952700083b8a94e470f (diff) | |
download | freebsd-ports-gnome-2572ef719389540034acc0b9f28390cd93fc30c5.tar.gz freebsd-ports-gnome-2572ef719389540034acc0b9f28390cd93fc30c5.tar.zst freebsd-ports-gnome-2572ef719389540034acc0b9f28390cd93fc30c5.zip |
Add an explicit dependency on pkgconf
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 |