diff options
Diffstat (limited to 'misc/watch/Makefile')
-rw-r--r-- | misc/watch/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/watch/Makefile b/misc/watch/Makefile index fb3e6c3ce49..4249e52eef2 100644 --- a/misc/watch/Makefile +++ b/misc/watch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/10/25 21:37:51 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2008/02/22 02:14:53 tnn Exp $ DISTNAME= procps-3.2.6 PKGNAME= watch-3.2.6 @@ -11,9 +11,10 @@ COMMENT= Watch a program with update intervals MAKE_FILE= ${FILESDIR}/Makefile MAKE_ENV+= ${BSD_MAKE_ENV} -MAKE_ENV+= LIBS=${LIBS} +MAKE_ENV+= LIBS=${LIBS:Q} LIBS.SunOS+= -lrt +USE_FEATURES+= asprintf getopt_long .include "../../devel/ncurses/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |