View | Details | Raw Unified | Return to bug 224241
Collapse All | Expand All

(-)Makefile (-2 / +5 lines)
Lines 10-17 Link Here
10
10
11
LICENSE=	GPLv2
11
LICENSE=	GPLv2
12
12
13
RUN_DEPENDS=	lsof:sysutils/lsof
14
15
GNU_CONFIGURE=	yes
13
GNU_CONFIGURE=	yes
16
LIBS+=		-lexecinfo
14
LIBS+=		-lexecinfo
17
15
Lines 24-27 Link Here
24
		share/applications/htop.desktop \
22
		share/applications/htop.desktop \
25
		share/pixmaps/htop.png
23
		share/pixmaps/htop.png
26
24
25
OPTIONS_DEFINE=		LSOF
26
OPTIONS_DEFAULT=	LSOF
27
28
LSOF_RUN_DEPENDS=	lsof:sysutils/lsof
29
27
.include <bsd.port.mk>
30
.include <bsd.port.mk>

Return to bug 224241