diff options
author | nemysis <nemysis@FreeBSD.org> | 2014-12-07 08:34:28 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2014-12-07 08:34:28 +0800 |
commit | 6bb2b4c674f343e2656a0aab919b07fe242599b8 (patch) | |
tree | 2362550608320d94796ee0aaba4a35e57be2349f /graphics/ampasCTL/Makefile | |
parent | 72d7a1f7ce9f6b8120c5f5df45a30b9cb318f6bc (diff) | |
download | freebsd-ports-gnome-6bb2b4c674f343e2656a0aab919b07fe242599b8.tar.gz freebsd-ports-gnome-6bb2b4c674f343e2656a0aab919b07fe242599b8.tar.zst freebsd-ports-gnome-6bb2b4c674f343e2656a0aab919b07fe242599b8.zip |
- Remove conflict with non existent Port
- Recreate tarball, new GH_COMMIT
Diffstat (limited to 'graphics/ampasCTL/Makefile')
-rw-r--r-- | graphics/ampasCTL/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/ampasCTL/Makefile b/graphics/ampasCTL/Makefile index 0d61d24cef81..a59795f2cadb 100644 --- a/graphics/ampasCTL/Makefile +++ b/graphics/ampasCTL/Makefile @@ -19,13 +19,11 @@ LIB_DEPENDS= libImath.so:${PORTSDIR}/graphics/ilmbase \ libtiff.so:${PORTSDIR}/graphics/tiff \ libAcesContainer.so:${PORTSDIR}/graphics/ampasACES-container -CONFLICTS= openexr_ctl-1.[0-4].* - USE_GITHUB= yes GH_ACCOUNT= ampas GH_PROJECT= CTL GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= afcff97 +GH_COMMIT= 57b48a2 USES= cmake pkgconfig USE_LDCONFIG= yes |