From ecff6e993ef6a9eb3605b433c4e92b47ee7c48fc Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 20 Aug 2001 03:55:31 +0000 Subject: Manually add LIBS+=${LIBGETOPT} to the package Makefile as it's no longer automatically added by libgetopt/buildlink.mk. --- sysutils/psmisc/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sysutils/psmisc') diff --git a/sysutils/psmisc/Makefile b/sysutils/psmisc/Makefile index e3ff011f3fd..8a1d51aeda9 100644 --- a/sysutils/psmisc/Makefile +++ b/sysutils/psmisc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/07/14 07:42:55 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2001/08/20 03:55:32 jlam Exp $ DISTNAME= psmisc-20.1 CATEGORIES= sysutils @@ -10,8 +10,9 @@ COMMENT= miscellaneous procfs tools: killall, pidof, and pstree CONFLICTS+= pstree-[0-9]* -GNU_CONFIGURE= # defined USE_BUILDLINK_ONLY= # defined +GNU_CONFIGURE= # defined +LIBS+= ${LIBGETOPT} # "make install" doesn't install the link from killall -> pidof. post-install: -- cgit v1.2.3