aboutsummaryrefslogtreecommitdiff
path: root/graphics/alembic/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/alembic/Makefile')
-rw-r--r--graphics/alembic/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/alembic/Makefile b/graphics/alembic/Makefile
index 95de2628970b..cd15e5bf8f69 100644
--- a/graphics/alembic/Makefile
+++ b/graphics/alembic/Makefile
@@ -2,6 +2,7 @@
PORTNAME= alembic
PORTVERSION= 1.8.3
+PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= danfe@FreeBSD.org
@@ -10,7 +11,7 @@ COMMENT= Open framework for storing and sharing graphic scene data
LICENSE= BSD3CLAUSE
LIB_DEPENDS= libImath.so:math/Imath
-LIB_DEPENDS+= libsz.so:science/szip
+LIB_DEPENDS+= libsz.so:science/libaec
USES= cmake compiler:c++11-lang
USE_CXXSTD= c++11