diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-01-26 21:20:03 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-01-26 21:20:03 +0000 |
commit | 7c72067efc12eee939fde286e322f31d479ce0f2 (patch) | |
tree | 87048797fcd1dbafb55834ec0957ef165ac7ac49 /graphics/nomacs | |
parent | da19de7cdd63939399c817e1b8ae7bbf84fa81f9 (diff) | |
download | freebsd-ports-7c72067efc12eee939fde286e322f31d479ce0f2.zip |
- Update libraw to 0.15.4.
This update is needed for further KDE updates.
- Use the new OPTIONS syntax.
- Use the new LIB_DEPENDS syntax.
- Stop redefining do-install; the port has its own `make install' that does
the same thing provided we use USES=pathfix and tune Makefile.in.
- Support staging.
Bump PORTREVISION in ports that depend on libraw.
PR: ports/185118
Submitted by: rakuco@
Approved by: maintainer timeout (35 days)
Diffstat (limited to 'graphics/nomacs')
-rw-r--r-- | graphics/nomacs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/nomacs/Makefile b/graphics/nomacs/Makefile index 93aea622733a..bf3fbb0d6f3c 100644 --- a/graphics/nomacs/Makefile +++ b/graphics/nomacs/Makefile @@ -2,6 +2,7 @@ PORTNAME= nomacs PORTVERSION= 1.6.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/nomacs/nomacs-${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source |