summaryrefslogtreecommitdiff
path: root/misc/cstream
diff options
context:
space:
mode:
authorjperkin <jperkin>2016-02-25 15:35:30 +0000
committerjperkin <jperkin>2016-02-25 15:35:30 +0000
commitdf06e544bf7847a5ae8ac405f2083e0e58702466 (patch)
tree76369fabdfa359fee34faf1aab7d2f2aaa48a701 /misc/cstream
parentbc3bde09356cfd763067f14b6e2b2148502d808c (diff)
downloadpkgsrc-df06e544bf7847a5ae8ac405f2083e0e58702466.tar.gz
Use OPSYSVARS.
Diffstat (limited to 'misc/cstream')
-rw-r--r--misc/cstream/Makefile8
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"