summaryrefslogtreecommitdiff
path: root/net/libtrace/Makefile
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-02-25 16:20:49 +0000
committerjperkin <jperkin@pkgsrc.org>2016-02-25 16:20:49 +0000
commitc38a63e5d4278b3cbf0ab593b165910762a1d371 (patch)
tree97af6be06b9ddcb0ed7c9f9c32a4c4f218021b96 /net/libtrace/Makefile
parente928cf546372a3d49dac11dbc2bddc9216e4dc5c (diff)
downloadpkgsrc-c38a63e5d4278b3cbf0ab593b165910762a1d371.tar.gz
Use OPSYSVARS.
Diffstat (limited to 'net/libtrace/Makefile')
-rw-r--r--net/libtrace/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/net/libtrace/Makefile b/net/libtrace/Makefile
index 2a5f8237ae2..77813921ae2 100644
--- a/net/libtrace/Makefile
+++ b/net/libtrace/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2014/09/06 07:40:00 jperkin Exp $
+# $NetBSD: Makefile,v 1.12 2016/02/25 16:20:51 jperkin Exp $
#
DISTNAME= libtrace-3.0.10
@@ -19,12 +19,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV+= libtrace_doxygen='false'
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "DragonFly"
-CONFIGURE_ENV+= ac_cv_have_decl_BIOCSETIF=no
-CFLAGS+= -DHAVE_VSNPRINTF
-.endif
+CONFIGURE_ENV.DragonFly+= ac_cv_have_decl_BIOCSETIF=no
+CFLAGS.DragonFly+= -DHAVE_VSNPRINTF
CFLAGS.Linux+= -DHAVE_VSNPRINTF