aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-box2d-py
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2021-01-02 11:29:48 +0000
committerKurt Jaeger <pi@FreeBSD.org>2021-01-02 11:29:48 +0000
commited8d7adc88721f346c18f12031e1b3315c17abf1 (patch)
tree0222fbf377d320ae1137bf084eab458d424d237b /graphics/py-box2d-py
parent474895cdb67df33222fa2b2e67a4c6fc7dea0fa7 (diff)
downloadports-ed8d7adc88721f346c18f12031e1b3315c17abf1.tar.gz
ports-ed8d7adc88721f346c18f12031e1b3315c17abf1.zip
graphics/py-box2d-py, math/py-cmaes, math/py-optuna: remove pkg-message.in
PR: 252342 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
Notes
Notes: svn path=/head/; revision=559926
Diffstat (limited to 'graphics/py-box2d-py')
-rw-r--r--graphics/py-box2d-py/Makefile2
-rw-r--r--graphics/py-box2d-py/files/pkg-message.in9
2 files changed, 0 insertions, 11 deletions
diff --git a/graphics/py-box2d-py/Makefile b/graphics/py-box2d-py/Makefile
index 6b37d66d8695..05caf5430a57 100644
--- a/graphics/py-box2d-py/Makefile
+++ b/graphics/py-box2d-py/Makefile
@@ -18,6 +18,4 @@ LIB_DEPENDS= libBox2D.so:misc/box2d
USES= compiler:c11 python:3.6+
USE_PYTHON= autoplist distutils
-SUB_FILES= pkg-message
-
.include <bsd.port.mk>
diff --git a/graphics/py-box2d-py/files/pkg-message.in b/graphics/py-box2d-py/files/pkg-message.in
deleted file mode 100644
index cd438590cdea..000000000000
--- a/graphics/py-box2d-py/files/pkg-message.in
+++ /dev/null
@@ -1,9 +0,0 @@
-[
-{ type: install
- message: <<EOM
-There is no Tensorflow port currently in FreeBSD ports tree that is required
-by Keras by default. To make Keras work with Theano backend, one needs to modify
-theirs $HOME/.keras/keras.json file and set "backend" option to "theano".
-EOM
-}
-]