From cfb51d057a3d4878b0c7f7fef7d78c84d49810fb Mon Sep 17 00:00:00 2001 From: bapt Date: Mon, 2 Sep 2013 21:04:00 +0000 Subject: Add an explicit dependency on pkgconf --- games/ggz-gtk-client/Makefile | 1 + games/kanatest/Makefile | 9 ++------- 2 files changed, 3 insertions(+), 7 deletions(-) (limited to 'games') diff --git a/games/ggz-gtk-client/Makefile b/games/ggz-gtk-client/Makefile index 13ea7a7163cb..b8efa3cae224 100644 --- a/games/ggz-gtk-client/Makefile +++ b/games/ggz-gtk-client/Makefile @@ -14,6 +14,7 @@ USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-debug USE_GGZ= client +USES= pkgconfig MAN6= ggz-gtk.6 diff --git a/games/kanatest/Makefile b/games/kanatest/Makefile index fd4cf3e6264f..170662abc4e9 100644 --- a/games/kanatest/Makefile +++ b/games/kanatest/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kanatest -# Date created: 2004-03-27 -# Whom: S H A N -# +# Created by: S H A N # $FreeBSD$ -# PORTNAME= kanatest PORTVERSION= 0.4.8 @@ -14,8 +10,7 @@ MASTER_SITES= http://clayo.org/kanatest/ MAINTAINER= ports@FreeBSD.org COMMENT= A Japanese kana (Hiragana and Katakana) simple flashcard tool -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig USE_GNOME= gtk20 libxml2 GNU_CONFIGURE= yes INSTALLS_ICONS= yes -- cgit