diff options
-rw-r--r-- | www/ns-remote/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ns-remote/Makefile b/www/ns-remote/Makefile index 972e41b2546..f1864c0945e 100644 --- a/www/ns-remote/Makefile +++ b/www/ns-remote/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2003/08/14 04:55:58 grant Exp $ +# $NetBSD: Makefile,v 1.18 2003/08/14 04:56:43 grant Exp $ DISTNAME= ns-remote PKGNAME= ns-remote-1.9 @@ -10,14 +10,14 @@ MAINTAINER= norm@mono.org HOMEPAGE= http://home.netscape.com/newsref/std/x-remote.html COMMENT= Remote-control of Netscape and Mozilla-based browsers -DIST_SUBDIR= netscape +DIST_SUBDIR= netscape USE_BUILDLINK2= # defined USE_X11= # defined .include "../../mk/bsd.prefs.mk" -.if (${OPSYS} == SunOS) +.if ${OPSYS} == "SunOS" LDFLAGS+= -lsocket -lnsl .endif |