diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-04-14 05:30:25 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-04-14 05:30:25 +0000 |
commit | d7640599589dbcb01bba1d2044a2b2e1f76be65c (patch) | |
tree | 6366c23d4f245410e4ad91349a7d342c4435ba76 /graphics/nomacs | |
parent | f3cc41257b0a21a3d596e3b9bb93ffc94cd1c838 (diff) |
graphics/opencv: back out r423216 and r423063 (replaying r423316)
Renaming didn't help to unblock 3.x progress as co-existence with 2.x
was no less complex than simply fixing consumers. This commit also
restores directory-level history accidentally lost via git-svn.
PR: 210505
Pointy hat to: jbeich (should've discussed first)
Notes
Notes:
svn path=/head/; revision=438490
Diffstat (limited to 'graphics/nomacs')
-rw-r--r-- | graphics/nomacs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/nomacs/Makefile b/graphics/nomacs/Makefile index e51d552da55e..fea42002e970 100644 --- a/graphics/nomacs/Makefile +++ b/graphics/nomacs/Makefile @@ -2,7 +2,7 @@ PORTNAME= nomacs PORTVERSION= 2.2.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= SF/nomacs/nomacs-${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source @@ -14,7 +14,7 @@ LICENSE= GPLv3 LIB_DEPENDS= libexiv2.so:graphics/exiv2 \ libsysinfo.so:devel/libsysinfo \ - libopencv_core.so:graphics/opencv2-core + libopencv_core.so:graphics/opencv-core USES= cmake desktop-file-utils dos2unix pkgconfig tar:bzip2 USE_QT4= gui network linguist_build moc_build \ qmake_build rcc_build uic_build |