diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-20 19:04:48 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-20 19:04:48 +0800 |
commit | afa82cdd2a7b88f371833d006a28d93b84dafc02 (patch) | |
tree | 5f112cfc2770d67902f62f8ecc8cfc16c60b0f5a /arabic/aspell | |
parent | dcca9536b485903f28ee47362171addcad57bb54 (diff) | |
download | freebsd-ports-gnome-afa82cdd2a7b88f371833d006a28d93b84dafc02.tar.gz freebsd-ports-gnome-afa82cdd2a7b88f371833d006a28d93b84dafc02.tar.zst freebsd-ports-gnome-afa82cdd2a7b88f371833d006a28d93b84dafc02.zip |
Add NO_STAGE all over the place in accessibility in preparation for the staging support
Diffstat (limited to 'arabic/aspell')
-rw-r--r-- | arabic/aspell/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arabic/aspell/Makefile b/arabic/aspell/Makefile index ea605da912ff..a7fdce3dbc59 100644 --- a/arabic/aspell/Makefile +++ b/arabic/aspell/Makefile @@ -12,5 +12,6 @@ COMMENT= Aspell Arabic dictionaries DICT= ar +NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> |