diff options
author | marino <marino@FreeBSD.org> | 2016-01-07 17:40:49 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-01-07 17:40:49 +0800 |
commit | bf883ba61f832b6df4607e0c4618aeafcd8633e5 (patch) | |
tree | fd7b128546e25415c7121ddc9004fc274afed585 /lang | |
parent | 87181cf1dcd68e6790cfa52f46562681ef906c2d (diff) | |
download | freebsd-ports-gnome-bf883ba61f832b6df4607e0c4618aeafcd8633e5.tar.gz freebsd-ports-gnome-bf883ba61f832b6df4607e0c4618aeafcd8633e5.tar.zst freebsd-ports-gnome-bf883ba61f832b6df4607e0c4618aeafcd8633e5.zip |
lang/modula3: Disable portscout
Diffstat (limited to 'lang')
-rw-r--r-- | lang/modula3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/modula3/Makefile b/lang/modula3/Makefile index 249b4937616f..f64172ed4084 100644 --- a/lang/modula3/Makefile +++ b/lang/modula3/Makefile @@ -24,6 +24,7 @@ DST1= m3-bootstrap.AMD64.FREEBSD.92.tar.bz2:boot DST2= m3-bootstrap.x86_64.DRAGONFLY.36.tar.bz2:boot ONLY_FOR_ARCHS= amd64 +PORTSCOUT= ignore:1 USE_GITHUB= yes GH_ACCOUNT= modula3 |