diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 06:14:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 06:14:32 +0000 |
commit | f4426181870b3ac494d63d71e01cddb9fa12f8c5 (patch) | |
tree | 82b080dda1eb9ea077dc1f430ebbdb116cbe6e42 /math/liblbfgs | |
parent | 70bda8fec919f71b41e83a8ddb879309186cd48a (diff) | |
download | ports-f4426181870b3ac494d63d71e01cddb9fa12f8c5.tar.gz ports-f4426181870b3ac494d63d71e01cddb9fa12f8c5.zip |
Notes
Diffstat (limited to 'math/liblbfgs')
-rw-r--r-- | math/liblbfgs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/liblbfgs/Makefile b/math/liblbfgs/Makefile index 3a28783760f6..ddf8196814ed 100644 --- a/math/liblbfgs/Makefile +++ b/math/liblbfgs/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf:env -OPTIONS_DEFINE= OPTIMIZED +OPTIONS_DEFINE= OPTIMIZED DOCS OPTIMIZED_DESC= SSE2 optimization routines .include <bsd.port.options.mk> @@ -31,7 +31,7 @@ PLIST_FILES= lib/liblbfgs-1.10.so.0.0 lib/liblbfgs.a lib//liblbfgs.la \ PORTDOCS= README INSTALL COPYING AUTHORS ChangeLog NEWS post-patch: -.if ${PORT_OPTIONS:MDOCS} +.if !${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} -e 's/install-data-am$$//' ${WRKSRC}/Makefile.in .endif |