diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-06-11 15:21:31 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-06-11 15:21:31 +0000 |
commit | a82555d8d4adb3e4bf6a86e41ec5cd6420cd0bcd (patch) | |
tree | ec00c5450552a14ba50cc003f7c64716e62ab247 | |
parent | 901cc851cc679f7078f7ffe727789934f26f90cd (diff) | |
download | ports-a82555d8d4adb3e4bf6a86e41ec5cd6420cd0bcd.tar.gz ports-a82555d8d4adb3e4bf6a86e41ec5cd6420cd0bcd.zip |
Notes
-rw-r--r-- | games/balazarbrothers/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/balazarbrothers/Makefile b/games/balazarbrothers/Makefile index fd9de6fede16..756d37320f35 100644 --- a/games/balazarbrothers/Makefile +++ b/games/balazarbrothers/Makefile @@ -14,6 +14,8 @@ COMMENT= Free software 3D puzzle game LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= conflicting dependencies + LIB_DEPENDS= libcal3d.so:graphics/cal3d \ libfreetype.so:print/freetype2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}vorbis>0:audio/py-vorbis \ |