diff options
author | grant <grant@pkgsrc.org> | 2004-02-14 01:04:02 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-02-14 01:04:02 +0000 |
commit | d7d8a78f60c62afda1ff70401dc29a911397bd7d (patch) | |
tree | e913cf4ebe1f08a7c77919f210f4f94ad8d48e2e /www/ns-remote | |
parent | 4b79b6276d0c6811660e3d9b0eff583fd999728e (diff) | |
download | pkgsrc-d7d8a78f60c62afda1ff70401dc29a911397bd7d.tar.gz |
use LDFLAGS.SunOS instead of conditional.
Diffstat (limited to 'www/ns-remote')
-rw-r--r-- | www/ns-remote/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/ns-remote/Makefile b/www/ns-remote/Makefile index c4a2fe0819a..85603640895 100644 --- a/www/ns-remote/Makefile +++ b/www/ns-remote/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/02/14 01:03:29 grant Exp $ +# $NetBSD: Makefile,v 1.20 2004/02/14 01:04:02 grant Exp $ DISTNAME= ns-remote PKGNAME= ns-remote-1.9 @@ -16,11 +16,7 @@ DIST_SUBDIR= netscape USE_BUILDLINK2= # defined USE_X11= # defined -.include "../../mk/bsd.prefs.mk" - -.if ${OPSYS} == "SunOS" -LDFLAGS+= -lsocket -lnsl -.endif +LDFLAGS.SunOS= -lsocket -lnsl do-extract: ${MKDIR} ${WRKSRC} |