diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-07-18 23:01:38 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-07-18 23:01:38 +0800 |
commit | 49196b45d2c8f10cd1a9932c43565a744b3737fc (patch) | |
tree | db131de9a191ec776763573ecc06c2acb536beda /portuguese | |
parent | 48c253ee73c2dd24f91cff9f195f92a262ab5b1f (diff) | |
download | freebsd-ports-gnome-49196b45d2c8f10cd1a9932c43565a744b3737fc.tar.gz freebsd-ports-gnome-49196b45d2c8f10cd1a9932c43565a744b3737fc.tar.zst freebsd-ports-gnome-49196b45d2c8f10cd1a9932c43565a744b3737fc.zip |
- Add NO_ARCH
Diffstat (limited to 'portuguese')
-rw-r--r-- | portuguese/hunspell/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/portuguese/hunspell/Makefile b/portuguese/hunspell/Makefile index 0244b1ce6523..f8dfe69f5bf4 100644 --- a/portuguese/hunspell/Makefile +++ b/portuguese/hunspell/Makefile @@ -18,6 +18,7 @@ COMMENT= Portuguese hunspell dictionaries # - pt_BR is licensed under LGPL3 and MPL. LICENSE= MPL +NO_ARCH= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/hunspell-pt_PT-${PORTVERSION} |