summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-09-26 20:51:41 +0000
committerjmmv <jmmv>2003-09-26 20:51:41 +0000
commitc41475f78e50b8e3f68f295eb525ac9ba6b7edff (patch)
tree0f25963c11fed426e7d1b8b988911ff0c129844a /textproc
parentef26a60f3914fe7244516f4066cfc1ba55865a58 (diff)
downloadpkgsrc-c41475f78e50b8e3f68f295eb525ac9ba6b7edff.tar.gz
Fix PKGCONFIG_OVERRIDE.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/aiksaurus/Makefile4
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"