Index: head/net/pecl-gupnp/Makefile =================================================================== --- head/net/pecl-gupnp/Makefile (revision 454530) +++ head/net/pecl-gupnp/Makefile (revision 454531) @@ -1,22 +1,22 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= gupnp PORTVERSION= 1.0.0 PORTREVISION= 1 CATEGORIES= net pear MAINTAINER= sunpoet@FreeBSD.org COMMENT= GUPnP wrapper extension LICENSE= PHP301 LIB_DEPENDS= libgupnp-1.0.so:net/gupnp -IGNORE_WITH_PHP=70 71 +IGNORE_WITH_PHP=70 71 72 USES= php:pecl pkgconfig post-patch: @${REINPLACE_CMD} -e 's| -ldl||g' ${WRKSRC}/config.m4 .include