diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2016-02-01 15:23:23 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2016-02-01 15:23:23 +0000 |
commit | 17b4f8ab279460a8ae43f047c3b95edb4a412775 (patch) | |
tree | 101554b2818838f685fcdcb2ec0b3eb1e414f7fb /net/clusterit | |
parent | b0eab6ba948769787912fff1235854d9e61ee86e (diff) | |
download | ports-17b4f8ab279460a8ae43f047c3b95edb4a412775.tar.gz ports-17b4f8ab279460a8ae43f047c3b95edb4a412775.zip |
Notes
Diffstat (limited to 'net/clusterit')
-rw-r--r-- | net/clusterit/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/clusterit/Makefile b/net/clusterit/Makefile index 9490744220a8..05f9fb1c3df6 100644 --- a/net/clusterit/Makefile +++ b/net/clusterit/Makefile @@ -20,9 +20,7 @@ X11_USE= XORG=x11 .include <bsd.port.options.mk> -post-patch: -.if !$(PORT_OPTIONS:MX11) +post-patch-X11-off: ${REINPLACE_CMD} -E 's,^(SUBDIRS) = .*,\1 = barrier dsh jsd pcp dtop tools,' ${WRKSRC}/Makefile.in -.endif .include <bsd.port.mk> |