aboutsummaryrefslogtreecommitdiff
path: root/graphics/openimageio/Makefile
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2013-06-19 22:04:32 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2013-06-19 22:04:32 +0000
commit5c936c58769d83c032711405fb713e669f35b2fe (patch)
treeecd4e123237c2c6463dea9f3b1ecdde97dbd22d2 /graphics/openimageio/Makefile
parent7ee50aa40223093abcf8e2e5a6615ae407623a37 (diff)
downloadports-5c936c58769d83c032711405fb713e669f35b2fe.tar.gz
ports-5c936c58769d83c032711405fb713e669f35b2fe.zip
Notes
Diffstat (limited to 'graphics/openimageio/Makefile')
-rw-r--r--graphics/openimageio/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/graphics/openimageio/Makefile b/graphics/openimageio/Makefile
index 0f56f36649b8..9967f9b05a49 100644
--- a/graphics/openimageio/Makefile
+++ b/graphics/openimageio/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME?= openimageio
-PORTVERSION= 1.1.10
+PORTVERSION= 1.1.11
PORTREVISION?= 0
CATEGORIES?= graphics multimedia
@@ -22,7 +22,7 @@ USE_GITHUB= yes
GH_ACCOUNT= OpenImageIO
GH_PROJECT= oiio
GH_TAGNAME= Release-${PORTVERSION}
-GH_COMMIT= f28f5c4
+GH_COMMIT= c092151
WRKSRC= ${WRKDIR}/OpenImageIO-oiio-${GH_COMMIT}/src
# fbm also installs bin/idiff
@@ -80,15 +80,9 @@ LIB_DEPENDS+= OpenColorIO:${PORTSDIR}/graphics/opencolorio
CMAKE_ARGS+= -DUSE_OCIO:BOOL=OFF
.endif
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 800000
-IGNORE= requires FreeBSD 8.0 or higher
-.endif
-
post-install:
.if !defined(OIIO_PYBIND)
cd ${PREFIX}/lib && ${LN} -sf libOpenImageIO.so.1.1 libOpenImageIO.so.1
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>