diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-07 15:17:32 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-07 15:17:32 +0000 |
commit | 02415c68f5ac766ae5bd0ae4858762c8e570d62b (patch) | |
tree | 6045e0b5eebbf9e77caf4567713449680e5fa549 /graphics/openimageio/Makefile | |
parent | da97618e2058f2d4d7b8c51f5c995cdf831cf9ed (diff) |
Notes
Diffstat (limited to 'graphics/openimageio/Makefile')
-rw-r--r-- | graphics/openimageio/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/openimageio/Makefile b/graphics/openimageio/Makefile index 57cf424e395c..5eaa90ac2282 100644 --- a/graphics/openimageio/Makefile +++ b/graphics/openimageio/Makefile @@ -3,6 +3,7 @@ PORTNAME= openimageio PORTVERSION= 1.4.15 +DISTVERSIONPREFIX= Release- PORTREVISION?= 0 CATEGORIES?= graphics multimedia @@ -14,8 +15,6 @@ LICENSE= BSD3CLAUSE USE_GITHUB= yes GH_ACCOUNT= OpenImageIO GH_PROJECT= oiio -GH_TAGNAME= Release-${PORTVERSION} -GH_COMMIT= 99a9988 # fbm also installs bin/idiff CONFLICTS= fbm-[0-9]* |