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

(-)Makefile (-1 / +1 lines)
Lines 102-108 Link Here
102
PLIST=		${PKGDIR}/pkg-plist.mod
102
PLIST=		${PKGDIR}/pkg-plist.mod
103
PKGMESSAGE=	${PKGDIR}/pkg-message.mod
103
PKGMESSAGE=	${PKGDIR}/pkg-message.mod
104
MODULENAME=	libphp
104
MODULENAME=	libphp
105
SHORTMODNAME=	php8
105
SHORTMODNAME=	php
106
WARNING=	"!!! If you have a threaded Apache, you must build ${PHP_PORT} with ZTS support to enable thread-safety in extensions !!!"
106
WARNING=	"!!! If you have a threaded Apache, you must build ${PHP_PORT} with ZTS support to enable thread-safety in extensions !!!"
107
.endif
107
.endif
108
108

Return to bug 251411