pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/aiksaurus Fix PKGCONFIG_OVERRIDE.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e1111cf35d9
branches:  trunk
changeset: 462140:2e1111cf35d9
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Fri Sep 26 20:51:41 2003 +0000

description:
Fix PKGCONFIG_OVERRIDE.

diffstat:

 textproc/aiksaurus/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 0823ea1ac602 -r 2e1111cf35d9 textproc/aiksaurus/Makefile
--- a/textproc/aiksaurus/Makefile       Fri Sep 26 20:23:23 2003 +0000
+++ b/textproc/aiksaurus/Makefile       Fri Sep 26 20:51:41 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/09/26 20:04:14 recht Exp $
+# $NetBSD: Makefile,v 1.4 2003/09/26 20:51:41 jmmv Exp $
 #
 
 DISTNAME=      aiksaurus-1.0.1
@@ -14,6 +14,6 @@
 GNU_CONFIGURE= YES
 CONFIGURE_ARGS=                --without-gtk
 LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
-PKGCONFIG_OVERRRIDE=   base/aiksaurus-1.0.pc.in
+PKGCONFIG_OVERRIDE=    ${WRKSRC}/base/aiksaurus-1.0.pc.in
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index