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 | |
| parent | 4f879317f77b8dce9274748b7227f28efe59d512 (diff) | |
Make port depend on linux_base instead of linux_lib.
Diffstat (limited to 'graphics')
| -rw-r--r-- | graphics/linux_glide/Makefile | 4 | ||||
| -rw-r--r-- | graphics/netshow/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/linux_glide/Makefile b/graphics/linux_glide/Makefile index 748ac2226ce8..fdd3d7329386 100644 --- a/graphics/linux_glide/Makefile +++ b/graphics/linux_glide/Makefile @@ -3,7 +3,7 @@ # Date created: Oct, 8, 1998 # Whom: cracauer@cons.org "Martin Cracauer" # -# $Id: Makefile,v 1.3 1999/01/06 04:27:52 simokawa Exp $ +# $Id: Makefile,v 1.4 1999/05/02 20:33:07 mharo Exp $ # # @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.3dfx.com/pub/glide/ MAINTAINER= cracauer@cons.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 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" |
