summaryrefslogtreecommitdiff
path: root/net/libIDL
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-02-25 08:27:02 +0000
committerjperkin <jperkin@pkgsrc.org>2016-02-25 08:27:02 +0000
commitfb004caf224b9dc3851a2b47e93834c7eb188a49 (patch)
tree948a158177d1cda7520cc36f2bcb6f949a858590 /net/libIDL
parenta9480760c2c6f5a5caa6624d12945492f6d1aeba (diff)
downloadpkgsrc-fb004caf224b9dc3851a2b47e93834c7eb188a49.tar.gz
Remove manual OPSYSVARS additions which are now part of the default set.
Diffstat (limited to 'net/libIDL')
-rw-r--r--net/libIDL/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/libIDL/Makefile b/net/libIDL/Makefile
index fa7a5eb2790..bdcc7420b43 100644
--- a/net/libIDL/Makefile
+++ b/net/libIDL/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2014/10/09 14:06:45 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2016/02/25 08:27:04 jperkin Exp $
DISTNAME= libIDL-0.8.14
PKGREVISION= 4
@@ -20,7 +20,6 @@ INFO_FILES= yes
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Msunpro)
-OPSYSVARS+= CONFIGURE_ENV
CONFIGURE_ENV.SunOS+= CPP=/usr/lib/cpp
.endif