diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-09-26 20:51:41 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-09-26 20:51:41 +0000 |
commit | 1d8998e789ee0130177f016292a531374e8026eb (patch) | |
tree | 0f25963c11fed426e7d1b8b988911ff0c129844a /textproc/aiksaurus | |
parent | f34a0f1e2c732aa4ffda68c038c66c58d3fbb075 (diff) | |
download | pkgsrc-1d8998e789ee0130177f016292a531374e8026eb.tar.gz |
Fix PKGCONFIG_OVERRIDE.
Diffstat (limited to 'textproc/aiksaurus')
-rw-r--r-- | textproc/aiksaurus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/aiksaurus/Makefile b/textproc/aiksaurus/Makefile index c83ed789142..c283e76c0cb 100644 --- a/textproc/aiksaurus/Makefile +++ b/textproc/aiksaurus/Makefile @@ -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 @@ USE_LIBTOOL= YES 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" |