diff options
author | tron <tron@pkgsrc.org> | 2001-01-19 21:29:19 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-01-19 21:29:19 +0000 |
commit | 7fc7dbf49ef75aba4fdf33731a15d42712f3349f (patch) | |
tree | 0e64e371d7a318fceffbfc122b891336c4627acf /www | |
parent | eacf8a8b7628961c56e03005197ab2062235a4bb (diff) | |
download | pkgsrc-7fc7dbf49ef75aba4fdf33731a15d42712f3349f.tar.gz |
Make this build under Solaris with XFree86.
Diffstat (limited to 'www')
-rw-r--r-- | www/ns-remote/Makefile | 8 |
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} |