diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-06-02 20:14:36 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-06-02 20:14:36 +0000 |
commit | 15dfb098e6ab531f8329e5a2602bcaed9c7a10f8 (patch) | |
tree | afe14291805f19e2653b0bb58c797670a467c29e /graphics/linux-f8-jpeg | |
parent | 3b06da316e87632197ec2b5d65f2483212443f46 (diff) |
. add CONFLICTS to linux-f8 infrastructure ports;
. bump PORTREVISIONs.
Notes
Notes:
svn path=/head/; revision=235052
Diffstat (limited to 'graphics/linux-f8-jpeg')
-rw-r--r-- | graphics/linux-f8-jpeg/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/linux-f8-jpeg/Makefile b/graphics/linux-f8-jpeg/Makefile index b68fc51b6b6a..04729f68092d 100644 --- a/graphics/linux-f8-jpeg/Makefile +++ b/graphics/linux-f8-jpeg/Makefile @@ -7,6 +7,7 @@ PORTNAME= jpeg PORTVERSION= 6b +PORTREVISION= 1 CATEGORIES= graphics linux PKGNAMEPREFIX= linux-f8- DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION} @@ -14,6 +15,8 @@ DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= RPM of the JPEG lib (Linux Fedora 8) +CONFLICTS= linux-jpeg-[0-9]* linux-f10-jpeg-[0-9]* + ONLY_FOR_ARCHS= i386 amd64 USE_LINUX_RPM= yes LINUX_NAME= lib${PORTNAME} |