diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-30 21:26:13 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-30 21:26:13 +0000 |
commit | 9f00a1c091d3347864a20cc0a5fcc71ce8196021 (patch) | |
tree | 6fa631ef518820d30e268f295780f1b4f5bf8210 /print/pear-File_PDF | |
parent | 9d3d64847a07ce30647f8bde74c9e89e9e4ff43a (diff) | |
download | ports-9f00a1c091d3347864a20cc0a5fcc71ce8196021.tar.gz ports-9f00a1c091d3347864a20cc0a5fcc71ce8196021.zip |
Notes
Diffstat (limited to 'print/pear-File_PDF')
-rw-r--r-- | print/pear-File_PDF/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/print/pear-File_PDF/Makefile b/print/pear-File_PDF/Makefile index 265e5839c8c0..c160fe031dae 100644 --- a/print/pear-File_PDF/Makefile +++ b/print/pear-File_PDF/Makefile @@ -8,8 +8,6 @@ CATEGORIES= print pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class to generate PDFs -PEAR_AUTOINSTALL= yes +USES= pear -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |