diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2012-07-07 15:15:08 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2012-07-07 15:15:08 +0000 |
commit | 6fcbd8667490b187cb842385ac8883c555962cd4 (patch) | |
tree | ddf4244b1b56f21053bc13015db42ffe55227250 /science/mei/files | |
parent | 5444ca22000fe74614f84e5eca0f9322806647c0 (diff) | |
download | ports-6fcbd8667490b187cb842385ac8883c555962cd4.tar.gz ports-6fcbd8667490b187cb842385ac8883c555962cd4.zip |
Notes
Diffstat (limited to 'science/mei/files')
-rw-r--r-- | science/mei/files/patch-tests_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/science/mei/files/patch-tests_Makefile.in b/science/mei/files/patch-tests_Makefile.in new file mode 100644 index 000000000000..c72fa1d619b0 --- /dev/null +++ b/science/mei/files/patch-tests_Makefile.in @@ -0,0 +1,11 @@ +--- tests/Makefile.in.orig 2011-07-20 17:26:55.000000000 +0200 ++++ tests/Makefile.in 2012-04-18 19:51:56.000000000 +0200 +@@ -526,7 +526,7 @@ + + + # Uncomment for tests execution at "make check" +-#TESTS=$(check_PROGRAMS) ++TESTS=$(check_PROGRAMS) + + # Check Python module after installation + # |