diff options
author | bsam <bsam@FreeBSD.org> | 2009-04-01 18:10:16 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-04-01 18:10:16 +0800 |
commit | d41db796bd7cff9ae9552600909f5c0ae1bd9277 (patch) | |
tree | 6c28dd92d52acb619455f2ef33b5f35a668229af /graphics/linux-ungif | |
parent | 69ff18d2fc3f2fab2f37e3c338f4ac6417d56b3a (diff) | |
download | freebsd-ports-gnome-d41db796bd7cff9ae9552600909f5c0ae1bd9277.tar.gz freebsd-ports-gnome-d41db796bd7cff9ae9552600909f5c0ae1bd9277.tar.zst freebsd-ports-gnome-d41db796bd7cff9ae9552600909f5c0ae1bd9277.zip |
Finish repocopies of new linux-f8 infrastructure ports:
. add CONFLICTS to 47 original ports;
. bump PORTREVISIONs for all of them;
. pet portlint for 2-3 ports (misplaced PORTREVISION).
Diffstat (limited to 'graphics/linux-ungif')
-rw-r--r-- | graphics/linux-ungif/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/linux-ungif/Makefile b/graphics/linux-ungif/Makefile index 33f945001b80..35743e62486c 100644 --- a/graphics/linux-ungif/Makefile +++ b/graphics/linux-ungif/Makefile @@ -6,13 +6,15 @@ PORTNAME= ungif PORTVERSION= 4.1.3 -PORTREVISION= 1 +PORTREVISION= 2 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]* + ONLY_FOR_ARCHS= i386 amd64 USE_LINUX_RPM= yes |