diff options
Diffstat (limited to 'textproc/aiksaurus/Makefile')
-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" |