diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 21:16:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 21:16:30 +0000 |
commit | be41425d62fadcf027f2786f380ffa32662102d1 (patch) | |
tree | 01acb1d2a968dc8d10b50517f6c4e4baf10c93e6 /games/euchre | |
parent | 83021732317b2ba7b8c7b282f63433710942e378 (diff) |
Add an explicit dependency on pkgconf
Notes
Notes:
svn path=/head/; revision=326090
Diffstat (limited to 'games/euchre')
-rw-r--r-- | games/euchre/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/euchre/Makefile b/games/euchre/Makefile index d007b28f8898..277c316bc7e3 100644 --- a/games/euchre/Makefile +++ b/games/euchre/Makefile @@ -11,6 +11,7 @@ COMMENT= Very popular card game with variable skill levels LICENSE= GPLv2 # (or later) +USES= pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules |