summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-11-08 08:54:04 +0000
committerjlam <jlam@pkgsrc.org>2001-11-08 08:54:04 +0000
commit52d5e3caf45f7207c5e2bb1eddaf23064c8a1096 (patch)
tree09ac9fe8b20b9dc6b632986ef19260244cf54286 /Packages.txt
parentdd2abbade03adf8220d550d308babd36cb83970f (diff)
downloadpkgsrc-52d5e3caf45f7207c5e2bb1eddaf23064c8a1096.tar.gz
Fix typo noted by Masao Uebayashi <uebayasi@soum.co.jp>
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 9876dce0523..258246afb66 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.210 2001/11/03 21:02:46 wiz Exp $
+# $NetBSD: Packages.txt,v 1.211 2001/11/08 08:54:04 jlam Exp $
###########################################################################
==========================
@@ -1462,7 +1462,7 @@ Goal (2) requires some work on the part of the package builder. As all
headers and libraries used by a package may be found in ${BUILDLINK_DIR},
and -I${BUILDLINK_DIR}/include and -L${BUILDLINK_DIR}/lib are already passed
to the compiler, it is no longer necessary to pass -I${LOCALBASE}/include or
--L${LOCABASE}/lib to the compiler. Therefore, those lines should be removed
+-L${LOCALBASE}/lib to the compiler. Therefore, those lines should be removed
from package Makefiles, and where necessary, the package sources should be
patched to do the same. Also, if a package uses X11, then by including
mk/x11.buildlink.mk, -I${BUILDLINK_X11_DIR}/include and