summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--french/aspell/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/french/aspell/Makefile b/french/aspell/Makefile
index 0c1b50519027..edd8e5d17bf2 100644
--- a/french/aspell/Makefile
+++ b/french/aspell/Makefile
@@ -10,7 +10,11 @@ CATEGORIES= french textproc
MAINTAINER= office@FreeBSD.org
COMMENT= Aspell French dictionaries
-DICT= fr
+LICENSE= GPLv2
+
+NO_ARCH= yes
+
+DICT= fr
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
.include <bsd.port.post.mk>