diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-10 21:09:18 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-10 21:09:18 +0000 |
commit | 8ab9f857e61ae25e51ed639250d381d510b5a168 (patch) | |
tree | d16d96d8d1e1e9f7fab6c46c2dc3f2694d5d2f24 /net/mtr | |
parent | 77354555625c0dddab05a6e074ad2abfd3259f5c (diff) | |
download | ports-8ab9f857e61ae25e51ed639250d381d510b5a168.tar.gz ports-8ab9f857e61ae25e51ed639250d381d510b5a168.zip |
Notes
Diffstat (limited to 'net/mtr')
-rw-r--r-- | net/mtr/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile index 5b6172edf207..dae380545723 100644 --- a/net/mtr/Makefile +++ b/net/mtr/Makefile @@ -28,10 +28,10 @@ IPV6_CONFIGURE_ENABLE= ipv6 X11_CONFIGURE_WITH= gtk X11_USE= GNOME=gtk20 -.include <bsd.port.options.mk> - -.if !${PORT_OPTIONS:MX11} -PKGNAMESUFFIX+= -nox11 +.if defined(PKGNAMESUFFIX) +CONFLICTS= mtr-0* +.else +CONFLICTS= mtr-nox11-0* .endif post-patch: |