diff options
author | bsam <bsam@FreeBSD.org> | 2009-06-03 05:15:40 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-06-03 05:15:40 +0800 |
commit | 754f84cac51976b5a2fb4e3ccfa20a0d111f7841 (patch) | |
tree | 237d0289b53cef4a190b493cf61020462032ad7d /graphics/linux-ungif | |
parent | 839b750538309ec4eabc826b959e75c1e633384e (diff) | |
download | freebsd-ports-gnome-754f84cac51976b5a2fb4e3ccfa20a0d111f7841.tar.gz freebsd-ports-gnome-754f84cac51976b5a2fb4e3ccfa20a0d111f7841.tar.zst freebsd-ports-gnome-754f84cac51976b5a2fb4e3ccfa20a0d111f7841.zip |
. add linux-f10 ports to the rank of CONFLICTS for linux-fc4 ports;
. bump PORTREVISIONs.
Diffstat (limited to 'graphics/linux-ungif')
-rw-r--r-- | graphics/linux-ungif/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/linux-ungif/Makefile b/graphics/linux-ungif/Makefile index 35743e62486c..356268b5a4c6 100644 --- a/graphics/linux-ungif/Makefile +++ b/graphics/linux-ungif/Makefile @@ -6,14 +6,14 @@ PORTNAME= ungif PORTVERSION= 4.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics linux DISTNAME= libungif-${PORTVERSION}-3.fc4.2 MAINTAINER= maho@FreeBSD.org COMMENT= RPM of the ungif lib -CONFLICTS= linux-f8-ungif-[0-9]* +CONFLICTS= linux-f8-ungif-[0-9]* linux-f10-ungif-[0-9]* ONLY_FOR_ARCHS= i386 amd64 |