diff options
author | jlam <jlam> | 2001-08-20 03:55:31 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-08-20 03:55:31 +0000 |
commit | ecff6e993ef6a9eb3605b433c4e92b47ee7c48fc (patch) | |
tree | 3f75477749ecca6f21be23d5f960c903cb46b479 /sysutils/psmisc | |
parent | 1009aa22ec67243c0118fcd4f5487bdb2af88f27 (diff) | |
download | pkgsrc-ecff6e993ef6a9eb3605b433c4e92b47ee7c48fc.tar.gz |
Manually add LIBS+=${LIBGETOPT} to the package Makefile as it's no longer
automatically added by libgetopt/buildlink.mk.
Diffstat (limited to 'sysutils/psmisc')
-rw-r--r-- | sysutils/psmisc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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: |