summaryrefslogtreecommitdiff
path: root/textproc/diction/Makefile
diff options
context:
space:
mode:
authorcjep <cjep>2003-03-16 14:00:53 +0000
committercjep <cjep>2003-03-16 14:00:53 +0000
commitbb3008b82ddbe1d48113dbf3903340ce00169916 (patch)
tree7fe54edb90e063b53fcc6abe938588f8f4e3ca14 /textproc/diction/Makefile
parent3428fc0fcd9e2138c37b2c92eb1570c6fe72eb4d (diff)
downloadpkgsrc-bb3008b82ddbe1d48113dbf3903340ce00169916.tar.gz
Use CONFIG_{GUESS,SUB}_OVERRIDE. Fixes build on NetBSD/shark.
Diffstat (limited to 'textproc/diction/Makefile')
-rw-r--r--textproc/diction/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/diction/Makefile b/textproc/diction/Makefile
index 99eaa960859..480ff739cc1 100644
--- a/textproc/diction/Makefile
+++ b/textproc/diction/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/05/05 21:56:17 rh Exp $
+# $NetBSD: Makefile,v 1.2 2003/03/16 14:00:53 cjep Exp $
DISTNAME= diction-1.02
CATEGORIES= textproc
@@ -9,5 +9,7 @@ HOMEPAGE= http://www.gnu.org/software/diction/diction.html
COMMENT= GNU version of diction and style
GNU_CONFIGURE= YES
+CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess
+CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub
.include "../../mk/bsd.pkg.mk"