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