diff options
Diffstat (limited to 'misc/most/Makefile')
-rw-r--r-- | misc/most/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/most/Makefile b/misc/most/Makefile index 295227a69c4..65040f6e1f8 100644 --- a/misc/most/Makefile +++ b/misc/most/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/03/29 20:08:29 darcy Exp $ +# $NetBSD: Makefile,v 1.18 2005/12/05 20:50:40 rillig Exp $ DISTNAME= most-4.9.0 CATEGORIES= misc @@ -10,7 +10,7 @@ HOMEPAGE= http://space.mit.edu/~davis/most.html COMMENT= Pager (like less) which has support for windows and binary files GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-x +CONFIGURE_ARGS+= --without-x .include "../../devel/libslang/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |