diff options
author | pav <pav@FreeBSD.org> | 2008-04-11 06:03:33 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-04-11 06:03:33 +0800 |
commit | 4ee815b37ea7633cde82d6c8653ef031cfa406a1 (patch) | |
tree | a1aa4187f2978d66a5530eae1416f3801a636b33 /games/battletanks/Makefile | |
parent | a91bea3201461c9fc047354e0ce943c8337d956b (diff) | |
download | freebsd-ports-gnome-4ee815b37ea7633cde82d6c8653ef031cfa406a1.tar.gz freebsd-ports-gnome-4ee815b37ea7633cde82d6c8653ef031cfa406a1.tar.zst freebsd-ports-gnome-4ee815b37ea7633cde82d6c8653ef031cfa406a1.zip |
- Add missing dependency and fix the build
Pointy hat to: danfe
Diffstat (limited to 'games/battletanks/Makefile')
-rw-r--r-- | games/battletanks/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/battletanks/Makefile b/games/battletanks/Makefile index 71f4b6b97752..880e0d4f4f6c 100644 --- a/games/battletanks/Makefile +++ b/games/battletanks/Makefile @@ -15,7 +15,8 @@ COMMENT= Fast 2D tank arcade game with multiplayer and split-screen modes LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \ openal.0:${PORTSDIR}/audio/openal \ - expat.6:${PORTSDIR}/textproc/expat2 + expat.6:${PORTSDIR}/textproc/expat2 \ + vorbisfile.5:${PORTSDIR}/audio/libvorbis USE_BZIP2= yes USE_LDCONFIG= yes |