summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authoragc <agc>1999-08-18 08:28:09 +0000
committeragc <agc>1999-08-18 08:28:09 +0000
commitf85159d63f4a46201e78d91cf34de31dd0a72add (patch)
tree99303b67db6c12c9bc66a158c4d979478f3ca27e /textproc
parenta0157def7c056abe7ca23fa25fd5d7f45e7c3582 (diff)
downloadpkgsrc-f85159d63f4a46201e78d91cf34de31dd0a72add.tar.gz
Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1).
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ispell/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile
index 25ec020aac6..8e7520c38a5 100644
--- a/textproc/ispell/Makefile
+++ b/textproc/ispell/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 1999/05/18 02:18:18 jwise Exp $
+# $NetBSD: Makefile,v 1.20 1999/08/18 08:34:32 agc Exp $
# FreeBSD Id: Makefile,v 1.21 1997/08/13 23:29:52 jmz Exp
#
@@ -22,6 +22,8 @@ INFO_FILES= ispell.info
CFLAGS+= -DHAVE_INTTYPES_H
.endif
+BUILD_DEFS+= EXTRA_DICT ISPELL_FR ISPELL_LANG
+
.include "../../mk/bsd.prefs.mk"
.ifdef ISPELL_FR