summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorskrll <skrll>2002-02-15 09:33:43 +0000
committerskrll <skrll>2002-02-15 09:33:43 +0000
commitc628a4157b502d7196062bd115d480140eb3c027 (patch)
treebee2cc1ee6daf9dbbaa5cf4bab460f9b169bc9bf /Packages.txt
parent59408fe13e9cb3f8f7c452d8f3f22145f45dc59c (diff)
downloadpkgsrc-c628a4157b502d7196062bd115d480140eb3c027.tar.gz
s/NetBSD/Pkgsrc/ in the libtool section. The use of libtool is not limited
to NetBSD only.
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Packages.txt b/Packages.txt
index d7293344cff..83392f7a123 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.231 2002/02/13 23:29:37 hubertf Exp $
+# $NetBSD: Packages.txt,v 1.232 2002/02/15 09:33:43 skrll Exp $
###########################################################################
==========================
@@ -925,7 +925,7 @@ features of NetBSD that are not present in other 4.4-lite derived BSDs.
6.2 Shared libraries - libtool
==============================
-NetBSD supports many different machines, with different object formats
+Pkgsrc supports many different machines, with different object formats
like a.out and ELF, and varying abilities to do shared library and
dynamic loading at all. To accompany this, varying commands and options
have to be passed to the compiler, linker etc. to get the Right Thing,