naddy 88c5a3338b For all our ports that use the pecl module, SHARED_ONLY is always
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.
2016-03-19 21:18:37 +00:00

20 lines
322 B
Makefile

# $OpenBSD: Makefile,v 1.22 2016/03/19 21:18:38 naddy Exp $
COMMENT= PHP support for chroot(2)
DISTNAME= pecl-chroot-1.0
REVISION= 11
MASTER_SITES= ${MASTER_SITE_BACKUP}
# PHP
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c
# not really PECL but close enough
MODULES= lang/php/pecl
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>