diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 19:55:48 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 19:55:48 +0000 |
commit | 0e4c70bcc8fcdb0403d753f8ca387c8e78a47db3 (patch) | |
tree | 75e8ab6c627957618692c95d7dad6a3f1adee9d9 /games/diameter/Makefile | |
parent | 67024b2839e6cad6b79f6ce35a5925b15cb83cfe (diff) |
Add an explicit dependency on pkgconf
Notes
Notes:
svn path=/head/; revision=326070
Diffstat (limited to 'games/diameter/Makefile')
-rw-r--r-- | games/diameter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/diameter/Makefile b/games/diameter/Makefile index 4a812f026dc5..5924af001761 100644 --- a/games/diameter/Makefile +++ b/games/diameter/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GL= gl USE_SDL= sdl mixer image USE_PYTHON= yes |