diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-07-22 23:23:59 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-07-22 23:23:59 +0000 |
commit | ce7d0b1f2e20766f2a2bf8a739f73122e2c86c0c (patch) | |
tree | 4340b2026c7c38e24a07317c8ba6bded8fdc03e8 /games/poker-eval/Makefile | |
parent | 55b482bb6d366ae343d8e3cb1dc564c3b7480b2d (diff) | |
download | ports-ce7d0b1f2e20766f2a2bf8a739f73122e2c86c0c.tar.gz ports-ce7d0b1f2e20766f2a2bf8a739f73122e2c86c0c.zip |
Notes
Diffstat (limited to 'games/poker-eval/Makefile')
-rw-r--r-- | games/poker-eval/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/poker-eval/Makefile b/games/poker-eval/Makefile index a58f87a51aea..526ba2ae4c27 100644 --- a/games/poker-eval/Makefile +++ b/games/poker-eval/Makefile @@ -18,8 +18,9 @@ COMMENT= A C library to evaluate poker hands LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= pkg-config>0:${PORTSDIR}/devel/pkg-config + GNU_CONFIGURE= yes -USE_GNOME= pkgconfig USE_GMAKE= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes |