diff options
author | antoine <antoine@FreeBSD.org> | 2014-03-28 08:12:40 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-03-28 08:12:40 +0800 |
commit | 3107c9aa6d4cbeb4cfc4196d8fa9064298b7b2a6 (patch) | |
tree | 075a2b4bffd5201062c47bdbc0295f1c7c31b443 /games | |
parent | 75cef0b0e320c783c25df3849189fe834fa76f4b (diff) | |
download | freebsd-ports-gnome-3107c9aa6d4cbeb4cfc4196d8fa9064298b7b2a6.tar.gz freebsd-ports-gnome-3107c9aa6d4cbeb4cfc4196d8fa9064298b7b2a6.tar.zst freebsd-ports-gnome-3107c9aa6d4cbeb4cfc4196d8fa9064298b7b2a6.zip |
Attempt to unbreak by adding missing pkgconf build dependency
Reported by: pkg-fallout
Diffstat (limited to 'games')
-rw-r--r-- | games/avp-demo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/avp-demo/Makefile b/games/avp-demo/Makefile index fd5f72417654..785c095c2422 100644 --- a/games/avp-demo/Makefile +++ b/games/avp-demo/Makefile @@ -12,7 +12,7 @@ MAINTAINER= devel@stasyan.com COMMENT= Aliens versus predator unofficial port from icculus.org USE_SDL= mixer sdl -USES= gmake openal +USES= gmake openal pkgconfig USE_GL= gl WRKSRC= ${WRKDIR} |