diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-05-26 12:52:19 +0200 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-05-26 12:52:26 +0200 |
commit | 3ee20599dc55c0550802020b9d0146b1bc15f763 (patch) | |
tree | ee49a4993bda1c562f96244c253a666a358e6de0 /audio | |
parent | net-mgmt/netbox: Change RUN_DEPENDS (diff) |
*/*: Remove incorrect libtool dependency
All these ports builds without libtool
Tested using Poudriere
Approved by: portmgr (blanket, build fix)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rtaudio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/rtaudio/Makefile b/audio/rtaudio/Makefile index c2033fba6beb..0f9cf0d7c973 100644 --- a/audio/rtaudio/Makefile +++ b/audio/rtaudio/Makefile @@ -8,7 +8,7 @@ WWW= https://github.com/thestk/rtaudio LICENSE= MIT -USES= cmake:testing compiler:c++11-lang libtool pkgconfig +USES= cmake:testing compiler:c++11-lang pkgconfig USE_LDCONFIG= yes USE_GITHUB= yes |