diff options
author | adamw <adamw@FreeBSD.org> | 2002-11-07 11:10:58 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2002-11-07 11:10:58 +0800 |
commit | 7728de257b83c02836ea94cb7b2cf4cd94cc5831 (patch) | |
tree | 39c06bf9b0c9d7d5b9f12e09ea13f9d423bb1e97 /math/libneural | |
parent | fe66d29282150d9c4b4d8ce3883c1c361ee564bb (diff) | |
download | freebsd-ports-gnome-7728de257b83c02836ea94cb7b2cf4cd94cc5831.tar.gz freebsd-ports-gnome-7728de257b83c02836ea94cb7b2cf4cd94cc5831.tar.zst freebsd-ports-gnome-7728de257b83c02836ea94cb7b2cf4cd94cc5831.zip |
Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to: me
Approved by: pat
Diffstat (limited to 'math/libneural')
-rw-r--r-- | math/libneural/Makefile | 2 | ||||
-rw-r--r-- | math/libneural/pkg-comment | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/math/libneural/Makefile b/math/libneural/Makefile index c373f19d4aa3..b1d947a00676 100644 --- a/math/libneural/Makefile +++ b/math/libneural/Makefile @@ -12,8 +12,6 @@ MASTER_SITES= http://ieee.uow.edu.au/documents/contrib/ MAINTAINER= ports@FreeBSD.org -PORTCOMMENT= C++ implementation of the classic 3-layer perceptron in library form - USE_LIBTOOL= yes INSTALLS_SHLIB= yes diff --git a/math/libneural/pkg-comment b/math/libneural/pkg-comment new file mode 100644 index 000000000000..031aaa9f795b --- /dev/null +++ b/math/libneural/pkg-comment @@ -0,0 +1 @@ +C++ implementation of the classic 3-layer perceptron in library form |