diff options
author | hans <hans@pkgsrc.org> | 2011-11-29 18:27:24 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2011-11-29 18:27:24 +0000 |
commit | 1b9e41132fc28681fc5d8835e1fddcb336f691fe (patch) | |
tree | 847259598e4c9651a8f14a9965f39c1c9477d657 /print/if-psprint | |
parent | 9e92d9dab1f8a8daa0e924a95b8fa6c0e823725e (diff) | |
download | pkgsrc-1b9e41132fc28681fc5d8835e1fddcb336f691fe.tar.gz |
Add pod2man to USE_TOOLS.
Diffstat (limited to 'print/if-psprint')
-rw-r--r-- | print/if-psprint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/if-psprint/Makefile b/print/if-psprint/Makefile index b63031582b4..d78f9390206 100644 --- a/print/if-psprint/Makefile +++ b/print/if-psprint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2009/03/10 14:35:39 abs Exp $ +# $NetBSD: Makefile,v 1.25 2011/11/29 18:27:24 hans Exp $ # DISTNAME= if-psprint-1.10 @@ -13,7 +13,7 @@ COMMENT= Print text or postscript to arbitrary printer, can use smb DEPENDS+= enscript>=1.6.3nb1:../../print/enscript REPLACE_PERL= if-psprint.pl -USE_TOOLS+= gs:run perl:run +USE_TOOLS+= gs:run perl:run pod2man PKG_DESTDIR_SUPPORT = user-destdir .include "../../mk/bsd.pkg.mk" |