diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 18:23:55 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 18:23:55 +0800 |
commit | 8bcbb85845c3e548ea23493e8c70eff008c0fd7f (patch) | |
tree | f6e784f75b78fca30725a4bca431b966cbe15807 /graphics | |
parent | 7dd2b8275706e35dfd1e4300af1f614c4e58a0c0 (diff) | |
download | freebsd-ports-gnome-8bcbb85845c3e548ea23493e8c70eff008c0fd7f.tar.gz freebsd-ports-gnome-8bcbb85845c3e548ea23493e8c70eff008c0fd7f.tar.zst freebsd-ports-gnome-8bcbb85845c3e548ea23493e8c70eff008c0fd7f.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/geeqie/Makefile | 3 | ||||
-rw-r--r-- | graphics/gpaint/Makefile | 5 | ||||
-rw-r--r-- | graphics/swfdec/Makefile | 7 |
3 files changed, 5 insertions, 10 deletions
diff --git a/graphics/geeqie/Makefile b/graphics/geeqie/Makefile index d73c0687cc23..0a32791e7338 100644 --- a/graphics/geeqie/Makefile +++ b/graphics/geeqie/Makefile @@ -13,7 +13,6 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png USE_GNOME= gtk20 desktopfileutils GNU_CONFIGURE= yes -USES= gmake pkgconfig CONFIGURE_ARGS= --docdir="${DOCSDIR}" \ --htmldir="${DOCSDIR}/html" \ --with-htmldir="${DOCSDIR}/html" \ @@ -25,7 +24,7 @@ MAKE_ARGS+= top_builddir="${WRKSRC}" PORTDOCS= * MAN1= geeqie.1 -USES= gettext +USES= gettext gmake pkgconfig OPTIONS_DEFINE= EXIV2 LCMS LIRC GPS DOCS OPTIONS_DEFAULT=EXIV2 LCMS diff --git a/graphics/gpaint/Makefile b/graphics/gpaint/Makefile index 05f678eed632..09fa04397e5b 100644 --- a/graphics/gpaint/Makefile +++ b/graphics/gpaint/Makefile @@ -1,6 +1,4 @@ -# New ports collection makefile for: gpaint -# Date created: 18 October 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ # @@ -16,6 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A small-scale painting program for GNOME +USES= pkgconfig USE_GNOME= libgnomeprint libgnomeprintui GNU_CONFIGURE= yes diff --git a/graphics/swfdec/Makefile b/graphics/swfdec/Makefile index 4f263dd3da9b..bf927b78b1c6 100644 --- a/graphics/swfdec/Makefile +++ b/graphics/swfdec/Makefile @@ -1,8 +1,4 @@ -# ex:ts=8 -# Ports collection makefile for: swfdec -# Date created: Apr 5, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ # $MCom: ports/graphics/swfdec/Makefile,v 1.28 2009/01/01 13:38:17 kwm Exp $ @@ -18,6 +14,7 @@ COMMENT= Flash Rendering Library LIB_DEPENDS= oil-0.3.0:${PORTSDIR}/devel/liboil \ soup-2.4.1:${PORTSDIR}/devel/libsoup +USES= pkgconfig USE_LDCONFIG= yes USE_GNOME= gnomehack gtk20 ltverhack USE_GSTREAMER= core good mp3 ffmpeg |