diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-07-15 14:28:44 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-07-15 14:28:44 +0000 |
commit | 8d1905f7041773dd6073d984f6e6ccd1d712e712 (patch) | |
tree | 8893373dbfdaaedace71935e09ae9fb483090676 /textproc/aspell-without-dicten | |
parent | 2fdadf42a218b825a5a2242f3e99367dbffa612b (diff) | |
download | ports-8d1905f7041773dd6073d984f6e6ccd1d712e712.tar.gz ports-8d1905f7041773dd6073d984f6e6ccd1d712e712.zip |
Notes
Diffstat (limited to 'textproc/aspell-without-dicten')
-rw-r--r-- | textproc/aspell-without-dicten/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/aspell-without-dicten/Makefile b/textproc/aspell-without-dicten/Makefile new file mode 100644 index 000000000000..89c6d2971609 --- /dev/null +++ b/textproc/aspell-without-dicten/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: aspell-without-dicten +# Date created: 14 Jul 2006 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../aspell + +WITHOUT_DICTEN= yes + +.include "${MASTERDIR}/Makefile" |