diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2017-07-15 16:21:07 +0800 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2017-07-15 16:21:07 +0800 |
commit | ac4a39d0c8197047f0ec34b66f9efa17aae8490b (patch) | |
tree | 6153bfd15b491a2e2e984bd2508bf4516ad29cf8 /graphics/cimg | |
parent | a49ad2a55bf3c1a2e097230e953e901c606ed637 (diff) | |
download | freebsd-ports-gnome-ac4a39d0c8197047f0ec34b66f9efa17aae8490b.tar.gz freebsd-ports-gnome-ac4a39d0c8197047f0ec34b66f9efa17aae8490b.tar.zst freebsd-ports-gnome-ac4a39d0c8197047f0ec34b66f9efa17aae8490b.zip |
I removed PORTEPOCH by error in r444299: fix it.
Since there, sort ONLY_FOR_ARCHS.
Diffstat (limited to 'graphics/cimg')
-rw-r--r-- | graphics/cimg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile index ee9e1db1434b..03c64ac0a054 100644 --- a/graphics/cimg/Makefile +++ b/graphics/cimg/Makefile @@ -3,6 +3,7 @@ PORTNAME= cimg DISTVERSION= 2.0.2 +PORTEPOCH= 3 CATEGORIES= graphics devel MAINTAINER= thierry@FreeBSD.org @@ -17,7 +18,7 @@ LICENSE_FILE_CeCILL= ${WRKSRC}/Licence_CeCILL_V2-en.txt LICENSE_PERMS_CeCILL_C= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LICENSE_PERMS_CeCILL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= invokes i386 asm USE_GITHUB= yes |