Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Mar 2021 00:03:46 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r568992 - in head: sysutils/mxkill x11/mxascii
Message-ID:  <202103230003.12N03kBa035391@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Tue Mar 23 00:03:46 2021
New Revision: 568992
URL: https://svnweb.freebsd.org/changeset/ports/568992

Log:
  sysutils/mxkill, x11/mxascii: Fix build.
  
  Fix build due to missing man page.
  
  Add dependency for xt and x11.

Modified:
  head/sysutils/mxkill/Makefile   (contents, props changed)
  head/x11/mxascii/Makefile   (contents, props changed)

Modified: head/sysutils/mxkill/Makefile
==============================================================================
--- head/sysutils/mxkill/Makefile	Mon Mar 22 23:11:46 2021	(r568991)
+++ head/sysutils/mxkill/Makefile	Tue Mar 23 00:03:46 2021	(r568992)
@@ -11,6 +11,9 @@ MAINTAINER=	cy@FreeBSD.org
 COMMENT=	X/Motif interface to ps with kill capability
 
 USES=		imake:noman motif
+USE_XORG=	xt x11
+
+ALL_TARGET=	mxkill
 
 PLIST_FILES=	bin/mxkill
 

Modified: head/x11/mxascii/Makefile
==============================================================================
--- head/x11/mxascii/Makefile	Mon Mar 22 23:11:46 2021	(r568991)
+++ head/x11/mxascii/Makefile	Tue Mar 23 00:03:46 2021	(r568992)
@@ -11,6 +11,9 @@ MAINTAINER=	cy@FreeBSD.org
 COMMENT=	X/Motif Display an ASCII table
 
 USES=		imake:noman motif
+USE_XORG=	xt x11
+
+ALL_TARGET=	mxascii
 
 PLIST_FILES=	bin/mxascii
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103230003.12N03kBa035391>