diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 05:04:00 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 05:04:00 +0800 |
commit | cfb51d057a3d4878b0c7f7fef7d78c84d49810fb (patch) | |
tree | 96bf111a2c4bd2fb8f21e7bd11b5e29e623151fd /games | |
parent | 1068ae6edbfdf135636b0c961f416ec77d3fa5d9 (diff) | |
download | freebsd-ports-gnome-cfb51d057a3d4878b0c7f7fef7d78c84d49810fb.tar.gz freebsd-ports-gnome-cfb51d057a3d4878b0c7f7fef7d78c84d49810fb.tar.zst freebsd-ports-gnome-cfb51d057a3d4878b0c7f7fef7d78c84d49810fb.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'games')
-rw-r--r-- | games/ggz-gtk-client/Makefile | 1 | ||||
-rw-r--r-- | games/kanatest/Makefile | 9 |
2 files changed, 3 insertions, 7 deletions
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 <shanali@yahoo.com> -# +# Created by: S H A N <shanali@yahoo.com> # $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 |