diff options
author | marino <marino@FreeBSD.org> | 2014-11-05 04:08:41 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-11-05 04:08:41 +0800 |
commit | 48981b699ab5310172124a79bca18588b2ba1566 (patch) | |
tree | 81280d4ea0f55cced2350f3e9d0a7ac4f01a988b /sysutils/pstree | |
parent | f4b5187eba76ed22da69bc37bc1cf55cf84a2e3a (diff) | |
download | freebsd-ports-gnome-48981b699ab5310172124a79bca18588b2ba1566.tar.gz freebsd-ports-gnome-48981b699ab5310172124a79bca18588b2ba1566.tar.zst freebsd-ports-gnome-48981b699ab5310172124a79bca18588b2ba1566.zip |
sysutils/pstree: Fix functionality on DragonFly with USES=alias
Diffstat (limited to 'sysutils/pstree')
-rw-r--r-- | sysutils/pstree/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/pstree/Makefile b/sysutils/pstree/Makefile index b5681a143ea2..bcfdaf542e4a 100644 --- a/sysutils/pstree/Makefile +++ b/sysutils/pstree/Makefile @@ -10,6 +10,7 @@ MASTER_SITES= ftp://ftp.thp.uni-due.de/pub/source/ \ MAINTAINER= jgh@FreeBSD.org COMMENT= List processes as a tree +USES= alias NO_WRKSUBDIR= yes CONFLICTS= psmisc-[0-9]* |