diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-08-20 09:48:39 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-08-20 09:48:39 +0000 |
commit | 43ff00a57b0d02849144863d37df1625e02cc0d7 (patch) | |
tree | 3303742826c48025ede53d6a705b0fc0c908cfd0 /graphics/openjpeg/Makefile | |
parent | 31ef30a79f4505aca865e82ed1817474b56ad40c (diff) | |
download | ports-43ff00a57b0d02849144863d37df1625e02cc0d7.tar.gz ports-43ff00a57b0d02849144863d37df1625e02cc0d7.zip |
Notes
Diffstat (limited to 'graphics/openjpeg/Makefile')
-rw-r--r-- | graphics/openjpeg/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/openjpeg/Makefile b/graphics/openjpeg/Makefile index fce36d5499a3..307ee2822e97 100644 --- a/graphics/openjpeg/Makefile +++ b/graphics/openjpeg/Makefile @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= openjpeg -PORTVERSION= 2.1.2 +PORTVERSION= 2.2.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= sunpoet@FreeBSD.org @@ -21,7 +20,7 @@ LIB_DEPENDS= liblcms2.so:graphics/lcms2 \ USE_LDCONFIG= yes USES= cmake cpe pkgconfig -PLIST_SUB= VER=${PORTVERSION:R} +PLIST_SUB= PORTVERSION=${PORTVERSION} VER=${PORTVERSION:R} GH_ACCOUNT= uclouvain USE_GITHUB= yes |