diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2020-07-24 11:09:10 +0000 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2020-07-24 11:09:10 +0000 |
commit | 17863d2017454e46881c438e2db09ecb49fac9c0 (patch) | |
tree | 9b77686d3b7179fcf0a6a9bfa09dd2ec29c0da2a | |
parent | - simpler BUILD_DEPENDS (diff) |
devel/p5-Alien-LibGumbo: drop libtool
It's not used since we use devel/gumbo instead of the bundled one.
Notes
Notes:
svn path=/head/; revision=543242
-rw-r--r-- | devel/p5-Alien-LibGumbo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Alien-LibGumbo/Makefile b/devel/p5-Alien-LibGumbo/Makefile index fa42eb75b177..f6dfbd9a8807 100644 --- a/devel/p5-Alien-LibGumbo/Makefile +++ b/devel/p5-Alien-LibGumbo/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= p5-Alien-Base-ModuleBuild>0:devel/p5-Alien-Base-ModuleBuild \ p5-PkgConfig>0:devel/p5-PkgConfig \ p5-URI>0:net/p5-URI -USES= libtool perl5 +USES= perl5 USE_PERL5= modbuild post-extract: |