summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.use.mk
diff options
context:
space:
mode:
authorwiz <wiz>2006-05-25 11:00:39 +0000
committerwiz <wiz>2006-05-25 11:00:39 +0000
commitdb67cbbae961ce1fee2ff6dd1da3a05656fa53dd (patch)
tree5e73ec2befe5508226a09092755529cbfe33de83 /mk/bsd.pkg.use.mk
parente0d3fe2652672551dd5079cff9971cffade891ed (diff)
downloadpkgsrc-db67cbbae961ce1fee2ff6dd1da3a05656fa53dd.tar.gz
No package is using USE_RMAN any longer, remove it.
Diffstat (limited to 'mk/bsd.pkg.use.mk')
-rw-r--r--mk/bsd.pkg.use.mk14
1 files changed, 1 insertions, 13 deletions
diff --git a/mk/bsd.pkg.use.mk b/mk/bsd.pkg.use.mk
index c7472bf3a2b..08a2ce4e860 100644
--- a/mk/bsd.pkg.use.mk
+++ b/mk/bsd.pkg.use.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.use.mk,v 1.32 2006/04/13 18:23:36 jlam Exp $
+# $NetBSD: bsd.pkg.use.mk,v 1.33 2006/05/25 11:00:39 wiz Exp $
#
# Turn USE_* macros into proper depedency logic. Included near the top of
# bsd.pkg.mk, after bsd.prefs.mk.
@@ -96,18 +96,6 @@ MAKE_ENV+= LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}"
LIBTOOL_OVERRIDE?= libtool */libtool */*/libtool
.endif
-### USE_RMAN
-
-# Check if we got "rman" with XFree86, for packages that need "rman".
-.if defined(USE_RMAN)
-. if !exists(${X11BASE}/bin/rman)
-DEPENDS+= rman-3.0.9:../../textproc/rman
-RMAN?= ${LOCALBASE}/bin/rman
-. else
-RMAN?= ${X11BASE}/bin/rman
-. endif
-.endif
-
### USE_XPKGWEDGE
.if (defined(USE_X11BASE) || \