diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-01-20 23:29:53 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-01-20 23:29:53 +0800 |
commit | 1172d19c72bb2835629699d1655612531bd6334a (patch) | |
tree | acad6e40add79f513d449f67a07fad1c813529bd /portuguese | |
parent | 02d15e2128ef2c566f859969019818b5889b7ac0 (diff) | |
download | freebsd-ports-gnome-1172d19c72bb2835629699d1655612531bd6334a.tar.gz freebsd-ports-gnome-1172d19c72bb2835629699d1655612531bd6334a.tar.zst freebsd-ports-gnome-1172d19c72bb2835629699d1655612531bd6334a.zip |
- Add PORTSCOUT
- Add NO_ARCH
Diffstat (limited to 'portuguese')
-rw-r--r-- | portuguese/aspell-pt_PT/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/portuguese/aspell-pt_PT/Makefile b/portuguese/aspell-pt_PT/Makefile index 4a59e9bd8fc4..b967c9d2c5ed 100644 --- a/portuguese/aspell-pt_PT/Makefile +++ b/portuguese/aspell-pt_PT/Makefile @@ -11,6 +11,10 @@ PKGNAMEPREFIX?= pt_PT- MAINTAINER= office@FreeBSD.org COMMENT= Aspell Portuguese dictionary +PORTSCOUT= skipv:6-pt_PT-20070206-0 + +NO_ARCH= yes + DICT= pt_PT .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" |