diff options
author | John Marino <marino@FreeBSD.org> | 2013-09-12 00:48:38 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-09-12 00:48:38 +0000 |
commit | a10f987e18eae53df29e7ea7df4bec8f624490c3 (patch) | |
tree | dafaf1c4908ef4abbcd741a4a2814b40f4b3b2fc /games/wargus | |
parent | 7e623ecc6a05f94f99f410892a7acb1f9901fe26 (diff) |
Add explicit dependency on pkgconf (11 ports)
Notes
Notes:
svn path=/head/; revision=327021
Diffstat (limited to 'games/wargus')
-rw-r--r-- | games/wargus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/wargus/Makefile b/games/wargus/Makefile index c3f14bbe5f2c..5abe3401fdda 100644 --- a/games/wargus/Makefile +++ b/games/wargus/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= stratagus:${PORTSDIR}/games/stratagus LICENSE= GPLv2 NOT_FOR_ARCHS= sparc64 -USES= pathfix gmake +USES= pathfix gmake pkgconfig USE_CSTD= gnu89 USE_GNOME= gtk20 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |