diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-06 18:58:04 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-06 18:58:04 +0000 |
commit | 897ad0b36e733c0ecd382d79bc924e8826b141c2 (patch) | |
tree | 51651e644edd2c685808f4c990c2f85e7b689f49 /net/pload | |
parent | bbd9c2e7e1340971b4a4a2c5675a3a06c28998ed (diff) |
Notes
Diffstat (limited to 'net/pload')
-rw-r--r-- | net/pload/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pload/Makefile b/net/pload/Makefile index fe990c064581..7d05c5518853 100644 --- a/net/pload/Makefile +++ b/net/pload/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= LOCAL/pav \ MAINTAINER= fbsd@opal.com COMMENT= X11 program to display network traffic graphs -USES= imake:env +USES= imake:env xorg USE_XORG= ice sm x11 xaw xext xmu xpm xt HAS_CONFIGURE= yes LATE_INSTALL_ARGS= install.man |