diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2013-02-01 23:04:00 +0800 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2013-02-01 23:04:00 +0800 |
commit | 05a9235c983dfdff5c61c3e7c13a29f8d8ddd52a (patch) | |
tree | 758c70cb6bd64afa6adeaa071d49dba91d5ddd9e /graphics/apvlv | |
parent | 529da1f624ebb1bb70abcbb89c800c11cb6687fb (diff) | |
download | freebsd-ports-gnome-05a9235c983dfdff5c61c3e7c13a29f8d8ddd52a.tar.gz freebsd-ports-gnome-05a9235c983dfdff5c61c3e7c13a29f8d8ddd52a.tar.zst freebsd-ports-gnome-05a9235c983dfdff5c61c3e7c13a29f8d8ddd52a.zip |
- Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt)
Diffstat (limited to 'graphics/apvlv')
-rw-r--r-- | graphics/apvlv/files/patch-src_CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/apvlv/files/patch-src_CMakeLists.txt b/graphics/apvlv/files/patch-src_CMakeLists.txt index 2366d8a63222..078d338883ba 100644 --- a/graphics/apvlv/files/patch-src_CMakeLists.txt +++ b/graphics/apvlv/files/patch-src_CMakeLists.txt @@ -40,4 +40,4 @@ - ${WEBKIT1_LIBRARIES} ${APVLV_REQ_LIBRARIES}) - IF (WIN32)
\ No newline at end of file + IF (WIN32) |