summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjperkin <jperkin>2016-02-25 08:27:02 +0000
committerjperkin <jperkin>2016-02-25 08:27:02 +0000
commite16a2e74c152c3a37038224b300f0afdf517a65f (patch)
tree948a158177d1cda7520cc36f2bcb6f949a858590 /devel
parentf48714e7ecc17309cf4e8e270a608c334dd9c09d (diff)
downloadpkgsrc-e16a2e74c152c3a37038224b300f0afdf517a65f.tar.gz
Remove manual OPSYSVARS additions which are now part of the default set.
Diffstat (limited to 'devel')
-rw-r--r--devel/ecore/Makefile4
-rw-r--r--devel/libev/Makefile5
-rw-r--r--devel/libmowgli/Makefile4
-rw-r--r--devel/p5-EV/Makefile4
4 files changed, 4 insertions, 13 deletions
diff --git a/devel/ecore/Makefile b/devel/ecore/Makefile
index 87ff5b07573..0bb104eb1a2 100644
--- a/devel/ecore/Makefile
+++ b/devel/ecore/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2015/04/23 09:18:57 jperkin Exp $
+# $NetBSD: Makefile,v 1.12 2016/02/25 08:27:02 jperkin Exp $
#
DISTNAME= ecore-1.7.7
@@ -16,8 +16,6 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
-OPSYSVARS+= CONFIGURE_ARGS
-
CONFIGURE_ARGS+= --disable-ecore-directfb \
--enable-ecore-desktop \
--disable-ecore-evas-sdl
diff --git a/devel/libev/Makefile b/devel/libev/Makefile
index f8ff2a6badf..1a0d35b543c 100644
--- a/devel/libev/Makefile
+++ b/devel/libev/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2015/10/17 09:53:31 adam Exp $
+# $NetBSD: Makefile,v 1.14 2016/02/25 08:27:03 jperkin Exp $
DISTNAME= libev-4.20
CATEGORIES= devel
@@ -17,7 +17,4 @@ CONFIGURE_ARGS+= --includedir=${PREFIX}/include/ev
CONFIGURE_ENV.SunOS+= ac_cv_header_sys_inotify_h=no
#TEST_TARGET= verify
-OPSYSVARS+= CONFIGURE_ENV
-
-#.include "../../mk/bsd.prefs.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/libmowgli/Makefile b/devel/libmowgli/Makefile
index 70d15d95677..b043f7393bf 100644
--- a/devel/libmowgli/Makefile
+++ b/devel/libmowgli/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2015/04/23 09:24:56 jperkin Exp $
+# $NetBSD: Makefile,v 1.7 2016/02/25 08:27:03 jperkin Exp $
#
DISTNAME= libmowgli-0.7.1
@@ -18,8 +18,6 @@ USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= libmowgli.pc.in
-OPSYSVARS+= CONFIGURE_ENV
-
# Explicitly disable epoll on illumos, provided for Linux compat only.
CONFIGURE_ENV.SunOS+= ac_cv_func_epoll_ctl=no
diff --git a/devel/p5-EV/Makefile b/devel/p5-EV/Makefile
index 4144af6cc82..f9636218e7e 100644
--- a/devel/p5-EV/Makefile
+++ b/devel/p5-EV/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2015/07/27 14:30:34 mef Exp $
+# $NetBSD: Makefile,v 1.20 2016/02/25 08:27:03 jperkin Exp $
DISTNAME= EV-4.21
PKGNAME= p5-${DISTNAME}
@@ -16,8 +16,6 @@ DEPENDS+= p5-Canary-Stability-[0-9]*:../../devel/p5-Canary-Stability
MAKE_ENV+= PERL_MM_USE_DEFAULT=1
PERL5_PACKLIST= auto/EV/.packlist
-OPSYSVARS+= MAKE_ENV
-
# Explicitly disable epoll and inotify on illumos, assumes Linux statfs.
MAKE_ENV.SunOS+= EV_EPOLL=0 EV_INOTIFY=0