diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-29 19:56:16 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-29 19:56:16 +0000 |
commit | a4f7ff1f3c954192b835264728166dec6f5f717e (patch) | |
tree | 3de898f91bee3c254c8741d922abc6e31b521fd4 /games | |
parent | dd3eda4b099755de03eab1a97c13e90d24945687 (diff) | |
download | pkgsrc-a4f7ff1f3c954192b835264728166dec6f5f717e.tar.gz |
Needs pkg-config and msgfmt.
Diffstat (limited to 'games')
-rw-r--r-- | games/teg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/teg/Makefile b/games/teg/Makefile index ccf88f52189..18d4b1eb1e2 100644 --- a/games/teg/Makefile +++ b/games/teg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/06/22 10:26:10 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2006/06/29 19:56:16 joerg Exp $ DISTNAME= teg-0.11.1 PKGREVISION= 6 @@ -13,6 +13,7 @@ USE_DIRS= xdg-1.2 gnome2-1.5 USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config msgfmt GCONF2_SCHEMAS+= teg.schemas |