diff options
author | asami <asami@FreeBSD.org> | 1998-12-05 08:03:09 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-05 08:03:09 +0800 |
commit | f54fee5e143de1aad098026070fd13a73a23d466 (patch) | |
tree | f8e046a5fcae725036b5ad621b5c0ab2a9baab35 /graphics | |
parent | 0c14736f1f242abba3d594025f224671420886ad (diff) | |
download | freebsd-ports-gnome-f54fee5e143de1aad098026070fd13a73a23d466.tar.gz freebsd-ports-gnome-f54fee5e143de1aad098026070fd13a73a23d466.tar.zst freebsd-ports-gnome-f54fee5e143de1aad098026070fd13a73a23d466.zip |
This port needs linux_lib to run.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/linux_glide/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/linux_glide/Makefile b/graphics/linux_glide/Makefile index 58ccfa5bcf7b..eeb39b6580a4 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.6 1998/06/27 05:19:06 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1998/10/08 15:33:46 cracauer Exp $ # # @@ -15,6 +15,8 @@ MASTER_SITES= http://www.3dfx.com/software/ \ MAINTAINER= cracauer@cons.org +RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib + PREFIX= /compat/linux/usr NO_MTREE= yes NO_BUILD= yes |