ba107788c6
these got built on amd64 without the WANTLIB they should have had, this is causing issues with pkg_add updates reported by Johan Huldtgren
24 lines
485 B
Makefile
24 lines
485 B
Makefile
# $OpenBSD: Makefile,v 1.19 2012/08/30 14:09:21 sthen Exp $
|
|
|
|
COMMENT= PHP interface to memcached
|
|
|
|
DISTNAME= memcache-3.0.6
|
|
REVISION= 3
|
|
MAINTAINER= William Yodlowsky <william@openbsd.org>
|
|
|
|
# PHP
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= lang/php/pecl
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS+= --with-zlib-dir=/usr
|
|
|
|
post-configure:
|
|
@perl -pi -e 's,(finish_cmds=").*,\1" #,g' ${WRKSRC}/libtool
|
|
|
|
.include <bsd.port.mk>
|