aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoichiro Iwao <meta@FreeBSD.org>2021-04-12 08:41:52 +0000
committerKoichiro Iwao <meta@FreeBSD.org>2021-04-12 08:51:45 +0000
commitc018c6d2d8c97a3f8e045fffefcaf60469beaff9 (patch)
tree6c1b1e0f66312f5c60f18221b5915695c0f5cf3b
parentdd048035a8f50b282d6dc310f19587007eda8fc2 (diff)
downloadports-c018c6d2d8c97a3f8e045fffefcaf60469beaff9.tar.gz
ports-c018c6d2d8c97a3f8e045fffefcaf60469beaff9.zip
Unbreak INDEX
Marking as BROKEN doesn't fix the INDEX build at all. This is really a workaround until we get a real fix. Pointed out by: antonie
-rw-r--r--games/pink-pony/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/pink-pony/Makefile b/games/pink-pony/Makefile
index f080c6fd3b5f..fbceaa1d4bca 100644
--- a/games/pink-pony/Makefile
+++ b/games/pink-pony/Makefile
@@ -13,9 +13,10 @@ BROKEN= depends on removed port graphics/ilmbase
LIB_DEPENDS= libIL.so:graphics/devil \
libprotobuf.so:devel/protobuf \
libglfw.so:graphics/glfw2 \
- libHalf.so:graphics/ilmbase \
libftgl.so:graphics/ftgl \
libsigc-2.0.so:devel/libsigc++20
+# FIXME: which port has a drop-in replacement of libHalf.so?
+# libHalf.so:graphics/ilmbase
USE_GITHUB= yes
GH_ACCOUNT= ginkgo