From 6364fed7033d2ffcebe2aa690fa0746766293ee8 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Mon, 27 Dec 2004 22:49:58 +0000 Subject: Fix issue in last commit. --- emulators/linux_base-6/Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/emulators/linux_base-6/Makefile b/emulators/linux_base-6/Makefile index a45b3b9c71c8..936968875018 100644 --- a/emulators/linux_base-6/Makefile +++ b/emulators/linux_base-6/Makefile @@ -23,14 +23,8 @@ PATCHFILES= ${UPDATES} MAINTAINER= ports@FreeBSD.org COMMENT= The base set of packages needed in Linux mode - DEPRECATED= "obsolete and has a minor security bug: see http://www.redhat.com/support/errata/archives/RHSA-2000-117.html" -.if (${ARCH} == "alpha") -FORBIDDEN= "see or\ - " -.endif - BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm CONFLICTS= linux_base-7* linux_base-8* linux_base-deb* linux_base-gen* \ @@ -48,6 +42,11 @@ MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} .include +.if (${ARCH} == "alpha") +FORBIDDEN= "see or\ + " +.endif + RPM_GLIBC= glibc-2.1.3-29.${ARCH}.rpm UPDATES= ${RPM_GLIBC} \ zlib-1.1.3-25.6.${ARCH}.rpm \ -- cgit v1.2.3