From 733d31d676092d8d16349fed2d541956b62448b5 Mon Sep 17 00:00:00 2001 From: dburr Date: Thu, 23 Dec 1999 07:13:42 +0000 Subject: Grrr. when I switched back to the linux binary version of this, I forgot to re-enable the dependency on linux_base. --- audio/napster/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audio/napster/Makefile b/audio/napster/Makefile index 78d50b6f7e0f..3339f939097c 100644 --- a/audio/napster/Makefile +++ b/audio/napster/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.gis.net/~nite/ MAINTAINER= dburr@FreeBSD.org +RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base + ONLY_FOR_ARCHS= i386 WRKSRC= ${WRKDIR}/nap NO_BUILD= yes -- cgit