diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-03 02:12:17 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-03 02:12:17 +0800 |
commit | a69f7af1fe903efa193734935792694654460fc4 (patch) | |
tree | cd5db0487350dd807ec6179da7b87ee13d7e9047 /net | |
parent | dfd5e86962d8a4d599f0c807b70a4eb57c3455fd (diff) | |
download | freebsd-ports-gnome-a69f7af1fe903efa193734935792694654460fc4.tar.gz freebsd-ports-gnome-a69f7af1fe903efa193734935792694654460fc4.tar.zst freebsd-ports-gnome-a69f7af1fe903efa193734935792694654460fc4.zip |
Add PORTSCOUT
Diffstat (limited to 'net')
-rw-r--r-- | net/mtr-nox11/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/mtr-nox11/Makefile b/net/mtr-nox11/Makefile index ca721c4a365c..b4be550f724f 100644 --- a/net/mtr-nox11/Makefile +++ b/net/mtr-nox11/Makefile @@ -7,7 +7,9 @@ MASTERDIR= ${.CURDIR}/../mtr CONFLICTS_INSTALL= mtr -OPTIONS_EXCLUDE=X11 +OPTIONS_EXCLUDE= X11 OPTIONS_FILE_UNSET= X11 +PORTSCOUT= ignore:1 + .include "${MASTERDIR}/Makefile" |