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 /audio/linux-arts | |
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 'audio/linux-arts')
-rw-r--r-- | audio/linux-arts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/linux-arts/Makefile b/audio/linux-arts/Makefile index a2f0ff815b1c..5e95b051bc25 100644 --- a/audio/linux-arts/Makefile +++ b/audio/linux-arts/Makefile @@ -7,13 +7,13 @@ PORTNAME= arts DISTVERSION= 1.5.3-0.1.fc4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio kde linux MAINTAINER= ports@FreeBSD.org COMMENT= Audio system for the KDE integrated X11 desktop (Linux version) -CONFLICTS= linux-f8-arts-[0-9]* +CONFLICTS= linux-f8-arts-[0-9]* linux-f10-arts-[0-9]* ONLY_FOR_ARCHS= i386 amd64 USE_LINUX_RPM= yes |