diff options
-rw-r--r-- | www/ns-remote/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/ns-remote/Makefile b/www/ns-remote/Makefile index 3f0bc3551f9..fdac0c02051 100644 --- a/www/ns-remote/Makefile +++ b/www/ns-remote/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/02/17 17:22:18 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2001/07/22 01:08:12 jlam Exp $ DISTNAME= ns-remote PKGNAME= ns-remote-1.3 @@ -13,6 +13,8 @@ COMMENT= remote-control Netscape Navigator and Communicator DIST_SUBDIR= netscape USE_X11= yes +USE_BUILDLINK_ONLY= yes + .include "../../mk/bsd.prefs.mk" .if (${OPSYS} == SunOS) |