diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2015-04-22 20:16:04 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2015-04-22 20:16:04 +0000 |
commit | 779c36f5c4677e26ad544b72a061151c7019f23a (patch) | |
tree | 3e2945667463e62a9b4af6b4c1f68e4cca2f9215 /math/plplot/files/patch-cmake_modules_FindVGA.cmake | |
parent | - Remove LICENSE (diff) |
- Upgrade math/plplot to 5.11.0
Announcement at
<https://sourceforge.net/p/plplot/plplot/ci/plplot-5.11.0/tree/README.release>
- Take maintainership
- Chase dependencies.
PR: ports/199539
Submitted by: Ben Woods <woodsb02 (at) gmail.com>
Approved by: marino (for plplot-ada), /me (for gnudatalanguage)
Diffstat (limited to 'math/plplot/files/patch-cmake_modules_FindVGA.cmake')
-rw-r--r-- | math/plplot/files/patch-cmake_modules_FindVGA.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/plplot/files/patch-cmake_modules_FindVGA.cmake b/math/plplot/files/patch-cmake_modules_FindVGA.cmake index 6299240cc2a5..b2f3e84b8694 100644 --- a/math/plplot/files/patch-cmake_modules_FindVGA.cmake +++ b/math/plplot/files/patch-cmake_modules_FindVGA.cmake @@ -1,5 +1,5 @@ ---- cmake/modules/FindVGA.cmake.orig 2009-09-06 21:04:43.000000000 +0200 -+++ cmake/modules/FindVGA.cmake 2009-12-25 20:27:51.000000000 +0100 +--- cmake/modules/FindVGA.cmake.orig 2015-04-12 10:08:04 UTC ++++ cmake/modules/FindVGA.cmake @@ -6,7 +6,6 @@ # VGA_LIBRARIES, the libraries to link against to use the vga library # VGA_LIBRARY_DIRS, the directory where the vga library is found. @@ -8,7 +8,7 @@ find_path(VGA_INCLUDE_DIR vga.h /usr/local/include /usr/include) if(VGA_INCLUDE_DIR) -@@ -33,4 +32,3 @@ +@@ -33,4 +32,3 @@ else(VGA_FOUND) message(FATAL_ERROR "FindVGA: Could not find vga.h and/or the vga library") endif(VGA_FIND_REQUIRED) endif(VGA_FOUND) |