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 /x11 | |
parent | 3b06da316e87632197ec2b5d65f2483212443f46 (diff) | |
download | ports-15dfb098e6ab531f8329e5a2602bcaed9c7a10f8.tar.gz ports-15dfb098e6ab531f8329e5a2602bcaed9c7a10f8.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/linux-f8-xorg-libs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/linux-f8-xorg-libs/Makefile b/x11/linux-f8-xorg-libs/Makefile index ce0cd9d6df36..c7a0489706eb 100644 --- a/x11/linux-f8-xorg-libs/Makefile +++ b/x11/linux-f8-xorg-libs/Makefile @@ -7,7 +7,7 @@ PORTNAME= xorg-libs PORTVERSION= 7.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 linux PKGNAMEPREFIX= linux-f8- DISTFILES= libICE-1.0.4-2.fc8.${LINUX_RPM_ARCH}.rpm \ @@ -88,7 +88,7 @@ SRC_DISTFILES= libICE-1.0.4-2.fc8.src.rpm \ ALWAYS_KEEP_DISTFILES= YES .endif -CONFLICTS= linux-xorg-libs-[0-9]* +CONFLICTS= linux-xorg-libs-[0-9]* linux-f10-xorg-libs-[0-9]* MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= Xorg libraries (Linux Fedora 8) |