View | Details | Raw Unified | Return to bug 212029 | Differences between
and this patch

Collapse All | Expand All

(-)../../home/pi/myp/sysutils/racktables/Makefile (-3 / +2 lines)
Lines 17-28 Link Here
17
17
18
PORTEXAMPLES=	init-sample-racks.sql syncdomain.php
18
PORTEXAMPLES=	init-sample-racks.sql syncdomain.php
19
19
20
USES=		shebangfix perl5 python:run
20
USES=		shebangfix perl5 php:web python:run
21
USE_PERL5=	run
21
USE_PERL5=	run
22
SHEBANG_FILES=	gateways/*
22
SHEBANG_FILES=	gateways/*
23
23
24
WANT_PHP_WEB=	yes
24
USE_PHP=	bcmath gd json mbstring mysqli pdo_mysql session
25
USE_PHP=	bcmath gd json mbstring mysql pdo_mysql session
26
SUB_FILES=	pkg-message
25
SUB_FILES=	pkg-message
27
PLIST_SUB=	WWWDIR_REL=${WWWDIR_REL} WWWDIR=${WWWDIR}
26
PLIST_SUB=	WWWDIR_REL=${WWWDIR_REL} WWWDIR=${WWWDIR}
28
WWWUSER?=	www
27
WWWUSER?=	www

Return to bug 212029