diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 11:04:48 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 11:04:48 +0000 |
commit | f91e1235e34476c70773b94b5f69ef744925aa02 (patch) | |
tree | 5f112cfc2770d67902f62f8ecc8cfc16c60b0f5a /arabic/libreoffice | |
parent | a62b5a9a5a5a6041922ae514afa3e2b810f2ecb5 (diff) | |
download | freebsd-ports-f91e1235e34476c70773b94b5f69ef744925aa02.zip |
Add NO_STAGE all over the place in accessibility in preparation for the staging support
Diffstat (limited to 'arabic/libreoffice')
-rw-r--r-- | arabic/libreoffice/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arabic/libreoffice/Makefile b/arabic/libreoffice/Makefile index b3e1d345af41..510254838c32 100644 --- a/arabic/libreoffice/Makefile +++ b/arabic/libreoffice/Makefile @@ -3,5 +3,6 @@ LO_I18N= ar CATEGORIES= arabic editors +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include <bsd.port.mk> |