diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-22 11:55:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-22 11:55:40 +0000 |
commit | 7eb2e457732b2b97d6355f39356e671ecb8927be (patch) | |
tree | 65905658cf4b8b315931559995f77405842bee6c /textproc/yodl | |
parent | 0af3853338ab9b500f269afa7b73e7e8d88e91c7 (diff) | |
download | ports-7eb2e457732b2b97d6355f39356e671ecb8927be.tar.gz ports-7eb2e457732b2b97d6355f39356e671ecb8927be.zip |
Notes
Diffstat (limited to 'textproc/yodl')
-rw-r--r-- | textproc/yodl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/yodl/Makefile b/textproc/yodl/Makefile index a2a18369f61d..8e403c7208f8 100644 --- a/textproc/yodl/Makefile +++ b/textproc/yodl/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= icmake:${PORTSDIR}/devel/icmake \ bash:${PORTSDIR}/shells/bash \ gsed:${PORTSDIR}/textproc/gsed -USES= perl5 shebangfix compiler:c++11-lang +USES= perl5 shebangfix compiler:c++11-lib USE_PERL5= build SHEBANG_LANG= icmake |