mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix installation when AUDIOFILE=off
Spotted by: Sergey V. Dyatko [sergey.dyatko gmail.com] Approved by: tabthorpe (mentor) Feature safe: yes
This commit is contained in:
parent
39662db80b
commit
6ebf3b17d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257459
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ PLIST_SUB= AUDIOFILE=""
|
|||
MAN1+= audio2tape.1 tape2wav.1
|
||||
.else
|
||||
CONFIGURE_ARGS+=--without-audiofile
|
||||
PLIST_SUB= AUDIOFILE="@comment"
|
||||
PLIST_SUB= AUDIOFILE="@comment "
|
||||
.endif
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
|
Loading…
Add table
Reference in a new issue