diff options
author | rakuco <rakuco@FreeBSD.org> | 2015-09-06 18:02:41 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2015-09-06 18:02:41 +0800 |
commit | 9c54bc181be53daf6c1e3fb800c45df4e2d2b0bd (patch) | |
tree | 3c923a726481ce55226e9162284a21ade5e79d87 /x11-fonts | |
parent | 627db3257f41b41ea72eacdcd80566e7d2d89749 (diff) | |
download | freebsd-ports-graphics-9c54bc181be53daf6c1e3fb800c45df4e2d2b0bd.tar.gz freebsd-ports-graphics-9c54bc181be53daf6c1e3fb800c45df4e2d2b0bd.tar.zst freebsd-ports-graphics-9c54bc181be53daf6c1e3fb800c45df4e2d2b0bd.zip |
Add missing USES=perl5.
USE_PERL5=build is not enough, and I should have tested this in poudriere...
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/uw-ttyp0/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fonts/uw-ttyp0/Makefile b/x11-fonts/uw-ttyp0/Makefile index b01b6830adc..5c57a4eefa8 100644 --- a/x11-fonts/uw-ttyp0/Makefile +++ b/x11-fonts/uw-ttyp0/Makefile @@ -17,8 +17,8 @@ LICENSE_PERMS_TTYP0= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf HAS_CONFIGURE= yes +USES= fonts gmake perl5 USE_PERL5= build -USES= fonts gmake # Passing --prefix and --pcfdir to the configure script does not work: it is a # homebrewed script that relies on features only present in expr(1) from GNU |