pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/festival/files Do not use buildlink2-defined var...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9f6ce224f885
branches: trunk
changeset: 475084:9f6ce224f885
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Sun May 09 22:43:10 2004 +0000
description:
Do not use buildlink2-defined variables -- they are not defined now
when we are using buildlink3, and buildlink3 is smart enough to
do this automagically.
diffstat:
audio/festival/files/NetBSD.mak | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff -r 2a549cfad5f9 -r 9f6ce224f885 audio/festival/files/NetBSD.mak
--- a/audio/festival/files/NetBSD.mak Sun May 09 22:39:55 2004 +0000
+++ b/audio/festival/files/NetBSD.mak Sun May 09 22:43:10 2004 +0000
@@ -5,8 +5,8 @@
NAWK=awk
-NAS_LIB=${BUILDLINK_PREFIX.nas}/lib
-NAS_INCLUDE=${BUILDLINK_PREFIX.nas}/include
+NAS_LIB=$(PKG_PREFIX)/lib
+NAS_INCLUDE=$(PKG_PREFIX)/include
X11_LIB=$(PKG_X11BASE)/lib
X11_INCLUDE=$(PKG_X11BASE)/include
Home |
Main Index |
Thread Index |
Old Index