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 /x11/mxascii/Makefile | |
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 'x11/mxascii/Makefile')
-rw-r--r-- | x11/mxascii/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/mxascii/Makefile b/x11/mxascii/Makefile index 110ef89906e5..bae15408085d 100644 --- a/x11/mxascii/Makefile +++ b/x11/mxascii/Makefile @@ -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 |