diff options
author | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-07-21 14:55:43 +0000 |
---|---|---|
committer | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-07-21 14:55:43 +0000 |
commit | d7d791cfa6686861a5ce83778fa10aacad54f40e (patch) | |
tree | b89620de2dfc36665774af847d71410b6c4037b3 /graphics/netshow | |
parent | 4f879317f77b8dce9274748b7227f28efe59d512 (diff) | |
download | ports-d7d791cfa6686861a5ce83778fa10aacad54f40e.tar.gz ports-d7d791cfa6686861a5ce83778fa10aacad54f40e.zip |
Notes
Diffstat (limited to 'graphics/netshow')
-rw-r--r-- | graphics/netshow/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/netshow/Makefile b/graphics/netshow/Makefile index 1b08f03260fb..87c2b47de5e1 100644 --- a/graphics/netshow/Makefile +++ b/graphics/netshow/Makefile @@ -3,7 +3,7 @@ # Date created: Thu Jun 11 22:38:52 PDT 1998 # Whom: dburr@FreeBSD.ORG # -# $Id: Makefile,v 1.3 1998/11/21 07:27:35 steve Exp $ +# $Id: Makefile,v 1.4 1999/01/07 02:31:42 simokawa Exp $ # DISTNAME= netshow_linux @@ -14,7 +14,7 @@ EXTRACT_SUFX= .gz MAINTAINER= dburr@FreeBSD.ORG -RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib +RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base ONLY_FOR_ARCHS= i386 RESTRICTED= "Commercial software" |