diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-09-10 12:17:32 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-09-10 12:17:32 +0000 |
commit | b2581e084b26726bfa8dc254e06b2188dfc473c5 (patch) | |
tree | e66c310e42fdee0f6eb6232e51969a713b1a9254 /math/matio/Makefile | |
parent | 9f2cd74f43fa31b41c2930d37f71bbfff67f4c8e (diff) |
Notes
Diffstat (limited to 'math/matio/Makefile')
-rw-r--r-- | math/matio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/matio/Makefile b/math/matio/Makefile index b974e122a985..a55585753725 100644 --- a/math/matio/Makefile +++ b/math/matio/Makefile @@ -3,7 +3,7 @@ PORTNAME= matio PORTVERSION= 1.5.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= SF @@ -13,7 +13,7 @@ COMMENT= Library for reading and writing Matlab MAT files LICENSE= BSD2CLAUSE GNU_CONFIGURE= yes -USES= libtool:keepla pathfix +USES= libtool pathfix USE_LDCONFIG= yes INSTALL_TARGET= install-strip |