diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2017-01-19 15:44:53 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2017-01-19 15:44:53 +0000 |
commit | c2712d2471fb8d0a875c985b02f117f78596eaa8 (patch) | |
tree | e291f6d22d8d71faa3022898990b266286fc9af2 /graphics/linux-c7-jpeg/Makefile | |
parent | adcd75b82386d63122844a0e432a70270dbb5d24 (diff) | |
download | ports-c2712d2471fb8d0a875c985b02f117f78596eaa8.tar.gz ports-c2712d2471fb8d0a875c985b02f117f78596eaa8.zip |
Update Linux CentOS 7 ports to 7.3.1611. While 7.2 had semi-official i386
packages there are no such packages for 7.3 yet so i386 support has been
marked IGNORE for now.
Change DIST_SUBDIR to just "centos" so distfiles that remain the same
between major versions don't have to be redownloaded.
Remove fmake hacks from linux.mk.
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Notes
Notes:
svn path=/head/; revision=431882
Diffstat (limited to 'graphics/linux-c7-jpeg/Makefile')
-rw-r--r-- | graphics/linux-c7-jpeg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/linux-c7-jpeg/Makefile b/graphics/linux-c7-jpeg/Makefile index 2b007ae3367c..eb9fdc329543 100644 --- a/graphics/linux-c7-jpeg/Makefile +++ b/graphics/linux-c7-jpeg/Makefile @@ -3,13 +3,14 @@ PORTNAME= jpeg PORTVERSION= 1.2.90 +PORTREVISION= 1 CATEGORIES= graphics linux DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= RPM of the JPEG lib (Linux CentOS ${LINUX_DIST_VER}) -CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* +CONFLICTS= linux-c6-${PORTNAME}-[0-9]* LINUX_NAME= libjpeg-turbo RPMVERSION= 5.el7 |