defined and "c" is always added to WANTLIB. Remove the check from the module and add WANTLIB += c to the individual port Makefiles. No changes in package signature, no other modules affected.
17 lines
252 B
Makefile
17 lines
252 B
Makefile
# $OpenBSD: Makefile,v 1.16 2016/03/19 21:18:38 naddy Exp $
|
|
|
|
COMMENT= PHP support for setproctitle
|
|
|
|
DISTNAME= proctitle-0.1.2
|
|
REVISION= 2
|
|
|
|
# PHP
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
MODULES= lang/php/pecl
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|