diff options
author | agc <agc> | 2002-09-27 16:24:41 +0000 |
---|---|---|
committer | agc <agc> | 2002-09-27 16:24:41 +0000 |
commit | 7a83ea73499783591036a4e2f0e1c08c46644797 (patch) | |
tree | aa3422c05be078c4a7cb9c2cd2d6d4c3d480e127 /sysutils/psmisc | |
parent | 5949b42340b397b1b96325041afed27233e3017d (diff) | |
download | pkgsrc-7a83ea73499783591036a4e2f0e1c08c46644797.tar.gz |
Mark this package as conflicting with pstree<=2.16 (with thanks to
Thomas Klausner).
Diffstat (limited to 'sysutils/psmisc')
-rw-r--r-- | sysutils/psmisc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/psmisc/Makefile b/sysutils/psmisc/Makefile index 431ce14ad33..02ff61a2981 100644 --- a/sysutils/psmisc/Makefile +++ b/sysutils/psmisc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2002/09/27 12:10:00 agc Exp $ +# $NetBSD: Makefile,v 1.14 2002/09/27 16:24:41 agc Exp $ DISTNAME= psmisc-20.1 CATEGORIES= sysutils @@ -9,6 +9,8 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://psmisc.sourceforge.net/ COMMENT= miscellaneous procfs tools: killall, pidof, and pstree +CONFLICTS+= pstree<=2.16 + USE_BUILDLINK2= # defined GNU_CONFIGURE= # defined LIBS+= ${LIBGETOPT} |