diff options
author | tnn <tnn@pkgsrc.org> | 2008-03-08 01:09:50 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-03-08 01:09:50 +0000 |
commit | 1d1fb2cb9cd881d4d707d2ca56a16806651178dd (patch) | |
tree | 6d9ad3e70c06855b911d1fed71370e46707c78f7 /sysutils/coreutils | |
parent | e276f186c3912d68fe7e98fd99820df4fc1a0475 (diff) | |
download | pkgsrc-1d1fb2cb9cd881d4d707d2ca56a16806651178dd.tar.gz |
Conflict with sysutils/mktemp iff ${GNU_PROGRAM_PREFIX} == ""
Diffstat (limited to 'sysutils/coreutils')
-rw-r--r-- | sysutils/coreutils/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/coreutils/Makefile b/sysutils/coreutils/Makefile index 787688493b4..7efc2b87a1f 100644 --- a/sysutils/coreutils/Makefile +++ b/sysutils/coreutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2008/03/08 01:06:52 tnn Exp $ +# $NetBSD: Makefile,v 1.44 2008/03/08 01:09:50 tnn Exp $ DISTNAME= coreutils-6.10 CATEGORIES= sysutils @@ -12,7 +12,7 @@ COMMENT= GNU basic file, shell and text manipulation utilities PKG_DESTDIR_SUPPORT= user-destdir NOT_FOR_PLATFORM= NetBSD-2.0[D-H]-* -CONFLICTS= fileutils-[0-9]* linuxls-[0-9]* sh-utils-[0-9]* textutils-[0-9]* mktemp-[0-9]* +CONFLICTS= fileutils-[0-9]* linuxls-[0-9]* sh-utils-[0-9]* textutils-[0-9]* CFLAGS+= -g LDFLAGS+= -g @@ -62,6 +62,7 @@ CONFLICTS+= graphviz<1.12 # conflict with it if GNU_PROGRAM_PREFIX == '' (no problem in teTeX3-bin) .if ${GNU_PROGRAM_PREFIX} == "" CONFLICTS+= teTeX-bin<3 +CONFLICTS+= mktemp-[0-9]* .endif PLIST_SUBST+= GNU_PROGRAM_PREFIX=${GNU_PROGRAM_PREFIX:Q} |