diff options
author | jlam <jlam> | 2001-07-22 01:08:12 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-07-22 01:08:12 +0000 |
commit | bc082dba466add3d974a9aa804f808b892a91ce0 (patch) | |
tree | 9b8fdcc281a4bc392f624d7a902f69659e3cf33d /www/ns-remote | |
parent | 47fb037952a4014dd7d7183ec016d0fd264700ed (diff) | |
download | pkgsrc-bc082dba466add3d974a9aa804f808b892a91ce0.tar.gz |
Mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'www/ns-remote')
-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) |