diff options
author | kris <kris@FreeBSD.org> | 2000-11-03 22:30:19 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-11-03 22:30:19 +0000 |
commit | 6e2d4e80793495cca638fc4e614a0ecccbf8c3b5 (patch) | |
tree | 00245a286f3a845975b8d4b84aa1a1449f916850 /audio/napster/Makefile | |
parent | 22f586dff07576f6bfbf6c4de519ced1406f8e24 (diff) | |
download | FreeBSD-ports-6e2d4e80793495cca638fc4e614a0ecccbf8c3b5.zip FreeBSD-ports-6e2d4e80793495cca638fc4e614a0ecccbf8c3b5.tar.gz |
Revert unintended local change in previous commit.
SUbmitted by: asami
Diffstat (limited to 'audio/napster/Makefile')
-rw-r--r-- | audio/napster/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/napster/Makefile b/audio/napster/Makefile index fd74a3c..9f80619 100644 --- a/audio/napster/Makefile +++ b/audio/napster/Makefile @@ -6,17 +6,17 @@ # PORTNAME= napster -PORTVERSION= 1.1b +PORTVERSION= 0.9b CATEGORIES= audio net MASTER_SITES= http://www.gis.net/~nite/ -DISTNAME= nap-linux-1.1BETA +DISTNAME= nap-bsd-0.9BETA MAINTAINER= dburr@FreeBSD.org FORBIDDEN= "Remote vulnerabilities" # leaving this here, in case they decide to drop the BSD version again *sigh* -RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base +# RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base ONLY_FOR_ARCHS= i386 WRKSRC= ${WRKDIR}/nap |