diff options
author | Cy Schubert <cy@FreeBSD.org> | 2021-03-23 08:03:46 +0800 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2021-03-23 08:03:46 +0800 |
commit | 3c2b80d1af0ea1396f9f1129f112954514cfa983 (patch) | |
tree | d26a03e670109e43a9863ce49d52a9cc89700352 /sysutils | |
parent | 8435e8901f4349c374b04ecee95ea33e35623b2f (diff) | |
download | freebsd-ports-gnome-3c2b80d1af0ea1396f9f1129f112954514cfa983.tar.gz freebsd-ports-gnome-3c2b80d1af0ea1396f9f1129f112954514cfa983.tar.zst freebsd-ports-gnome-3c2b80d1af0ea1396f9f1129f112954514cfa983.zip |
sysutils/mxkill, x11/mxascii: Fix build.
Fix build due to missing man page.
Add dependency for xt and x11.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/mxkill/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/mxkill/Makefile b/sysutils/mxkill/Makefile index bdc7bd8a3958..6835f518d783 100644 --- a/sysutils/mxkill/Makefile +++ b/sysutils/mxkill/Makefile @@ -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 |