diff options
author | wiz <wiz@pkgsrc.org> | 2006-05-25 11:00:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-05-25 11:00:39 +0000 |
commit | 9edf2472137e3a338856afc23d62a4f1dbcef717 (patch) | |
tree | 5e73ec2befe5508226a09092755529cbfe33de83 /mk | |
parent | cdb8dc45942f6c478e48400ff080e2d29ad3a03f (diff) | |
download | pkgsrc-9edf2472137e3a338856afc23d62a4f1dbcef717.tar.gz |
No package is using USE_RMAN any longer, remove it.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.use.mk | 14 |
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) || \ |