diff options
Diffstat (limited to 'print/pear-File_PDF/Makefile')
-rw-r--r-- | print/pear-File_PDF/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/pear-File_PDF/Makefile b/print/pear-File_PDF/Makefile index a74d4d495526..739c1eafc6bb 100644 --- a/print/pear-File_PDF/Makefile +++ b/print/pear-File_PDF/Makefile @@ -6,7 +6,7 @@ # PORTNAME= File_PDF -PORTVERSION= 0.1.0 +PORTVERSION= 0.3.2 CATEGORIES= print pear MAINTAINER= amistry@am-productions.biz @@ -18,7 +18,8 @@ FILES= PDF.php PDF/fonts/courier.php PDF/fonts/helvetica.php \ PDF/fonts/helveticai.php PDF/fonts/symbol.php \ PDF/fonts/times.php PDF/fonts/timesb.php PDF/fonts/timesbi.php \ PDF/fonts/timesi.php PDF/fonts/zapfdingbats.php -TESTS= auto_break.phpt factory.phpt hello_world.phpt text_color.phpt +TESTS= auto_break.phpt factory.phpt hello_world.phpt horde-power1.png \ + links.phpt locale_floats.phpt pear12310.phpt text_color.phpt .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" |