diff options
author | trevor <trevor@FreeBSD.org> | 2004-02-06 07:19:55 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-02-06 07:19:55 +0800 |
commit | af5e34d46e775a7def6fff5baac4ce510ad9b2ac (patch) | |
tree | 6e26bfca18014da0a164ff107dc619d64e8974d6 /emulators/linux_base-6 | |
parent | d798635594bda2986ee4a30251584d4aa169983a (diff) | |
download | freebsd-ports-graphics-af5e34d46e775a7def6fff5baac4ce510ad9b2ac.tar.gz freebsd-ports-graphics-af5e34d46e775a7def6fff5baac4ce510ad9b2ac.tar.zst freebsd-ports-graphics-af5e34d46e775a7def6fff5baac4ce510ad9b2ac.zip |
Fix CONFLICTS lines, as requested by eik then petef:
I think it's a bug that linux_base thinks it conflicts with itself.
--petef
The problem occurs if you do
make install; make install FORCE_PKG_REGISTER=yes
which is somewhat supported, although [seldom] (never?) used.
--eik
Also record conflicts with cle_base.
Diffstat (limited to 'emulators/linux_base-6')
-rw-r--r-- | emulators/linux_base-6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/linux_base-6/Makefile b/emulators/linux_base-6/Makefile index d4312154912..c6924ffcbab 100644 --- a/emulators/linux_base-6/Makefile +++ b/emulators/linux_base-6/Makefile @@ -29,7 +29,7 @@ FORBIDDEN= "see <URL:http://rhn.redhat.com/errata/RHSA-2003-089.html> or\ BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm -CONFLICTS= linux_base-* +CONFLICTS=cle_base-* linux_base-7* linux_base-8* linux_base-deb* linux_base-gen* ONLY_FOR_ARCHS= alpha i386 DIST_SUBDIR= rpm PREFIX= ${LINUXBASE} |