aboutsummaryrefslogtreecommitdiff
path: root/net/clusterit
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2016-02-01 15:23:23 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2016-02-01 15:23:23 +0000
commit17b4f8ab279460a8ae43f047c3b95edb4a412775 (patch)
tree101554b2818838f685fcdcb2ec0b3eb1e414f7fb /net/clusterit
parentb0eab6ba948769787912fff1235854d9e61ee86e (diff)
downloadports-17b4f8ab279460a8ae43f047c3b95edb4a412775.tar.gz
ports-17b4f8ab279460a8ae43f047c3b95edb4a412775.zip
Use fancy options helper.
Submitted by: mat
Notes
Notes: svn path=/head/; revision=407721
Diffstat (limited to 'net/clusterit')
-rw-r--r--net/clusterit/Makefile4
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>