svn commit: r568992 - in head: sysutils/mxkill x11/mxascii

Cy Schubert cy at FreeBSD.org
Tue Mar 23 00:03:47 UTC 2021


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 at 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 at FreeBSD.org
 COMMENT=	X/Motif Display an ASCII table
 
 USES=		imake:noman motif
+USE_XORG=	xt x11
+
+ALL_TARGET=	mxascii
 
 PLIST_FILES=	bin/mxascii
 


More information about the svn-ports-head mailing list