diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-15 08:15:41 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-15 08:15:41 +0000 |
commit | d6908e9cb15fa8933765f874067d539f27ce0c1d (patch) | |
tree | af86ab3d72d9e9f6d9b0c530d4f6c6f8cf680ad5 /print/a2ps | |
parent | dcf99688a1711ab176bca363f8d11b57acb961ac (diff) | |
download | ports-d6908e9cb15fa8933765f874067d539f27ce0c1d.tar.gz ports-d6908e9cb15fa8933765f874067d539f27ce0c1d.zip |
Notes
Diffstat (limited to 'print/a2ps')
-rw-r--r-- | print/a2ps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index 2607e471fe1c..69f2f74808b6 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -16,7 +16,7 @@ LICENSE= GPLv2 LIB_DEPENDS= paper:${PORTSDIR}/print/libpaper -USE_PERL5= yes +USES= perl5 USE_CSTD= gnu89 GNU_CONFIGURE= yes USE_LDCONFIG= yes |