summaryrefslogtreecommitdiff
path: root/www/ns-remote
diff options
context:
space:
mode:
authortron <tron>2001-01-19 21:29:19 +0000
committertron <tron>2001-01-19 21:29:19 +0000
commit01b7e1bccab3bdfdff2ea61b4ff2d75643533fd9 (patch)
tree0e64e371d7a318fceffbfc122b891336c4627acf /www/ns-remote
parentf0eb0539f559ca359092d652b1f5a8783c7fd251 (diff)
downloadpkgsrc-01b7e1bccab3bdfdff2ea61b4ff2d75643533fd9.tar.gz
Make this build under Solaris with XFree86.
Diffstat (limited to 'www/ns-remote')
-rw-r--r--www/ns-remote/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/ns-remote/Makefile b/www/ns-remote/Makefile
index f99e214ff67..9410875d181 100644
--- a/www/ns-remote/Makefile
+++ b/www/ns-remote/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2000/09/02 23:18:27 abs Exp $
+# $NetBSD: Makefile,v 1.6 2001/01/19 21:29:19 tron Exp $
DISTNAME= ns-remote
PKGNAME= ns-remote-1.3
@@ -12,6 +12,12 @@ HOMEPAGE= http://home.netscape.com/newsref/std/x-remote.html
DIST_SUBDIR= netscape
USE_X11= yes
+.include "../../mk/bsd.prefs.mk"
+
+.if (${OPSYS} == SunOS)
+LDFLAGS+= -lsocket -lnsl
+.endif
+
do-extract:
${MKDIR} ${WRKSRC}
.for distfile in ${DISTFILES}