Index: head/print/pecl-pdflib/Makefile =================================================================== --- head/print/pecl-pdflib/Makefile (revision 520447) +++ head/print/pecl-pdflib/Makefile (revision 520448) @@ -1,24 +1,26 @@ # Created by: Alex Dupre # $FreeBSD$ PORTNAME= pdflib PORTVERSION= 4.1.4 +PORTREVISION= 1 CATEGORIES= print pear MAINTAINER= ale@FreeBSD.org COMMENT= PECL extension to create PDF on the fly LIB_DEPENDS= libpdf.so:print/pdflib USES= php:pecl +LICENSE= PDFlib LICENSE_NAME= PDFlib GmbH General License -LICENSE_PERM= none +LICENSE_PERMS= none LICENSE_FILE= ${WRKSRC}/LICENSE USE_PHP= gd:build PHP_MODNAME= pdf CONFIGURE_ARGS= --with-pdflib=${LOCALBASE} .include