diff options
author | erich <erich@FreeBSD.org> | 1996-12-11 17:46:12 +0000 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1996-12-11 17:46:12 +0000 |
commit | 205e81a6e8ce1fc49e94649bb16e8d44ba331f63 (patch) | |
tree | 91be616ee3e7cd5d742ae946469a79b60ceb8833 /emulators/linux_base-62/Makefile | |
parent | 500af5db862182ab097f71e4f31f01032fc22a53 (diff) | |
download | FreeBSD-ports-205e81a6e8ce1fc49e94649bb16e8d44ba331f63.zip FreeBSD-ports-205e81a6e8ce1fc49e94649bb16e8d44ba331f63.tar.gz |
add:
libgdbm for executor
libxforms for mtv (mpeg player)
/etc/nsswitch.conf for netscape (tcl/tk plugin works!)
symlinks libg++.so.27 -> libg++.so.26
libstdc++.so.27 -> libstd++.so.26 for Xing Streamworks player
Diffstat (limited to 'emulators/linux_base-62/Makefile')
-rw-r--r-- | emulators/linux_base-62/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/linux_base-62/Makefile b/emulators/linux_base-62/Makefile index 8969347..d32c8dd 100644 --- a/emulators/linux_base-62/Makefile +++ b/emulators/linux_base-62/Makefile @@ -3,10 +3,10 @@ # Date created: # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.12 1996/11/27 12:04:32 asami Exp $ +# $Id: Makefile,v 1.13 1996/12/04 02:23:58 asami Exp $ # -DISTNAME= linux_lib-2.2 +DISTNAME= linux_lib-2.3 CATEGORIES= emulators MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ |