diff options
Diffstat (limited to 'graphics/py-box2d-py')
-rw-r--r-- | graphics/py-box2d-py/Makefile | 2 | ||||
-rw-r--r-- | graphics/py-box2d-py/files/pkg-message.in | 9 |
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 -} -] |