diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-02-25 15:35:30 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-02-25 15:35:30 +0000 |
commit | 5427af49ca2cb037e96e39e26313a28819c2cdfb (patch) | |
tree | 76369fabdfa359fee34faf1aab7d2f2aaa48a701 /misc/cstream | |
parent | a3c84aad2d589c1498175a6f20f246b2396a7df6 (diff) | |
download | pkgsrc-5427af49ca2cb037e96e39e26313a28819c2cdfb.tar.gz |
Use OPSYSVARS.
Diffstat (limited to 'misc/cstream')
-rw-r--r-- | misc/cstream/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/misc/cstream/Makefile b/misc/cstream/Makefile index 785b94a1920..4ebfa55f9e5 100644 --- a/misc/cstream/Makefile +++ b/misc/cstream/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2014/12/10 02:40:04 mef Exp $ +# $NetBSD: Makefile,v 1.12 2016/02/25 15:35:30 jperkin Exp $ DISTNAME= cstream-3.1.1 CATEGORIES= misc @@ -11,10 +11,6 @@ LICENSE= x11 GNU_CONFIGURE= yes -.include "../../mk/bsd.prefs.mk" - -.if ${OPSYS} == "SunOS" -LDFLAGS+= -lsocket -lnsl -lresolv -.endif +LDFLAGS.SunOS+= -lsocket -lnsl -lresolv .include "../../mk/bsd.pkg.mk" |