diff options
author | netchild <netchild@FreeBSD.org> | 2006-06-09 00:40:00 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2006-06-09 00:40:00 +0800 |
commit | 5d583585c3d48245f454a8798c4864c7fd61b15f (patch) | |
tree | 0966fa1d238c43849d836069cb905b8cca2a4ca0 | |
parent | b59619319ade58d267e9a5f0488734f77b8d63ba (diff) | |
download | freebsd-ports-gnome-5d583585c3d48245f454a8798c4864c7fd61b15f.tar.gz freebsd-ports-gnome-5d583585c3d48245f454a8798c4864c7fd61b15f.tar.zst freebsd-ports-gnome-5d583585c3d48245f454a8798c4864c7fd61b15f.zip |
Fix the CONFLICTS, it conflicts with FC3 and FC4.
Discussed with: Boris Samorodov <bsam@ipt.ru>
Approved by: jylefort
-rw-r--r-- | lang/linux-libgcc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/linux-libgcc/Makefile b/lang/linux-libgcc/Makefile index 8e269f7c8a98..d1d164f07ee1 100644 --- a/lang/linux-libgcc/Makefile +++ b/lang/linux-libgcc/Makefile @@ -7,7 +7,7 @@ PORTNAME= libgcc DISTVERSION= 3.4.4-2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang linux MASTER_SITE_SUBDIR= updates/3/${LINUX_RPM_ARCH}/ DISTNAME= ${PORTNAME}-${DISTVERSION}.fc3 @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-${DISTVERSION}.fc3 MAINTAINER= jylefort@FreeBSD.org COMMENT= Linux libgcc support library -CONFLICTS= linux_base-fc3-* +CONFLICTS= linux_base-fc* ONLY_FOR_ARCHS= i386 amd64 USE_LINUX_RPM= yes |