diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-06-02 21:15:40 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-06-02 21:15:40 +0000 |
commit | f6f9c02e7eb10c78884cd4435b04fd3c0135e0f6 (patch) | |
tree | bcc195ff277b4bc682a7cb749ed785f6beb1bdc9 /graphics/linux-png | |
parent | 783c16c4938ee78690233d0458b3243fd9bdd141 (diff) |
. add linux-f10 ports to the rank of CONFLICTS for linux-fc4 ports;
. bump PORTREVISIONs.
Notes
Notes:
svn path=/head/; revision=235056
Diffstat (limited to 'graphics/linux-png')
-rw-r--r-- | graphics/linux-png/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/linux-png/Makefile b/graphics/linux-png/Makefile index 1b18f7dd1a79..1f09b1b5e5bd 100644 --- a/graphics/linux-png/Makefile +++ b/graphics/linux-png/Makefile @@ -7,14 +7,14 @@ PORTNAME= png PORTVERSION= 1.2.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics linux DISTNAME= libpng-${PORTVERSION}-2 MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= RPM of the PNG lib -CONFLICTS= linux-f8-png-[0-9]* +CONFLICTS= linux-f8-png-[0-9]* linux-f10-png-[0-9]* # no alpha rpm is available ONLY_FOR_ARCHS= i386 amd64 |