Index: head/print/pecl-ps/Makefile =================================================================== --- head/print/pecl-ps/Makefile (revision 468262) +++ head/print/pecl-ps/Makefile (revision 468263) @@ -1,26 +1,26 @@ # Created by: Alan Garfield # $FreeBSD$ PORTNAME= ps PORTVERSION= 1.3.7 PORTREVISION= 1 CATEGORIES= print pear MAINTAINER= alan@fromorbit.com COMMENT= PHP extension for pslib to generate postscript LICENSE= PHP202 IGNORE_WITH_PHP= 70 71 72 LIB_DEPENDS= libps.so:print/pslib USES= php:pecl post-patch: @${REINPLACE_CMD} -e 's|-ldl|-lintl|g' ${WRKSRC}/config.m4 -test check regression-test: build +do-test: ${MAKE} -C ${WRKSRC} test < /dev/null .include