diff options
Diffstat (limited to 'print/ps2eps/Makefile')
-rw-r--r-- | print/ps2eps/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/ps2eps/Makefile b/print/ps2eps/Makefile index c2398184c069..81c1ccfab3d6 100644 --- a/print/ps2eps/Makefile +++ b/print/ps2eps/Makefile @@ -18,7 +18,8 @@ COMMENT= Generate Encapsulated Postscript file from Postscript document WRKSRC= ${WRKDIR}/ps2eps USE_GHOSTSCRIPT_RUN= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run MAN1= ps2eps.1 bbox.1 do-build: |