diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-07-30 14:41:52 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-07-30 14:41:52 +0000 |
commit | 0c6182435a7298f7f0ade3629950cbc764877ab3 (patch) | |
tree | f150be3a1bf257c9f466d020a824c3837a81d4ae /math/libneural/Makefile | |
parent | 2f5b7528f3dd8e51a590c37546f754ff50ccc8d6 (diff) | |
download | FreeBSD-ports-0c6182435a7298f7f0ade3629950cbc764877ab3.zip FreeBSD-ports-0c6182435a7298f7f0ade3629950cbc764877ab3.tar.gz |
- Update checksum
- Add missing INSTALLS_SHLIB
- Sort pkg/PLIST
PR: 20276
Submitted by: Ports Fury
Diffstat (limited to 'math/libneural/Makefile')
-rw-r--r-- | math/libneural/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/libneural/Makefile b/math/libneural/Makefile index ecb1ae2..f08f81d 100644 --- a/math/libneural/Makefile +++ b/math/libneural/Makefile @@ -13,5 +13,6 @@ MASTER_SITES= http://ieee.uow.edu.au/documents/contrib/ MAINTAINER= ports@FreeBSD.org USE_LIBTOOL= yes +INSTALLS_SHLIB= yes .include <bsd.port.mk> |