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 | 924c05361cfa04a7f9f19b8770bb0b90bc35660c (patch) | |
tree | 3de898f91bee3c254c8741d922abc6e31b521fd4 /games | |
parent | 6bc0f88008b1e8de8baaaddab4b88473638eae4d (diff) | |
download | pkgsrc-924c05361cfa04a7f9f19b8770bb0b90bc35660c.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 |