diff options
author | marino <marino@FreeBSD.org> | 2013-09-12 01:20:45 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-09-12 01:20:45 +0800 |
commit | 99fa8d0f96d7f9f6452d5a5192659bd446c34abd (patch) | |
tree | 79b4ad8652c2aca1ade4a05a21d8368d744e4da6 /games/openxcom | |
parent | ad24e1f6bcf840fa6803c2600f35b03ecf3a69e0 (diff) | |
download | freebsd-ports-gnome-99fa8d0f96d7f9f6452d5a5192659bd446c34abd.tar.gz freebsd-ports-gnome-99fa8d0f96d7f9f6452d5a5192659bd446c34abd.tar.zst freebsd-ports-gnome-99fa8d0f96d7f9f6452d5a5192659bd446c34abd.zip |
Add explicit dependency on pkgconf (8 ports)
Diffstat (limited to 'games/openxcom')
-rw-r--r-- | games/openxcom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/openxcom/Makefile b/games/openxcom/Makefile index 8d23c6a428b9..02b305ec4b5c 100644 --- a/games/openxcom/Makefile +++ b/games/openxcom/Makefile @@ -20,7 +20,7 @@ GH_PROJECT= OpenXcom GH_TAGNAME= v0.9 GH_COMMIT= 5c8b540 -USE_GMAKE= yes +USES= gmake pkgconfig USE_SDL= sdl mixer image gfx USE_GL= gl USE_GCC= yes |