diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 21:27:53 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 21:27:53 +0000 |
commit | 9880c1a3788c97424f73d86aba7a5c511e2d47b4 (patch) | |
tree | 30e09432cf3af70c596ec1833bdb863b62a6ce3b /games/xqf | |
parent | c4a998e8d3a89178ee4515e49e7371f2bb7bd893 (diff) | |
download | ports-9880c1a3788c97424f73d86aba7a5c511e2d47b4.tar.gz ports-9880c1a3788c97424f73d86aba7a5c511e2d47b4.zip |
Add an explicit dependency on pkgconf
Notes
Notes:
svn path=/head/; revision=326092
Diffstat (limited to 'games/xqf')
-rw-r--r-- | games/xqf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/xqf/Makefile b/games/xqf/Makefile index 6a461e55abba..cac7d837b7e8 100644 --- a/games/xqf/Makefile +++ b/games/xqf/Makefile @@ -13,8 +13,7 @@ COMMENT= Server browser for many popular 3D action games RUN_DEPENDS= qstat:${PORTSDIR}/games/qstat USE_GNOME= intlhack -USES= gettext -USE_GMAKE= yes +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes MAN6= xqf.6 |