diff options
-rw-r--r-- | audio/festvox-us2-mbrola/Makefile | 2 | ||||
-rw-r--r-- | audio/festvox-us3-mbrola/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/audio/festvox-us2-mbrola/Makefile b/audio/festvox-us2-mbrola/Makefile index 4c8a59ef075e..990c9af1501b 100644 --- a/audio/festvox-us2-mbrola/Makefile +++ b/audio/festvox-us2-mbrola/Makefile @@ -9,4 +9,6 @@ VOICE= us2 VOICEDESC= American English, low-pitched male MASTERDIR= ${.CURDIR}/../festvox-us1-mbrola +BROKEN= Broken dependency + .include "${MASTERDIR}/Makefile" diff --git a/audio/festvox-us3-mbrola/Makefile b/audio/festvox-us3-mbrola/Makefile index 479bfdc33ff7..42a745fd33bc 100644 --- a/audio/festvox-us3-mbrola/Makefile +++ b/audio/festvox-us3-mbrola/Makefile @@ -9,4 +9,6 @@ VOICE= us3 VOICEDESC= American English, high-pitched male MASTERDIR= ${.CURDIR}/../festvox-us1-mbrola +BROKEN= Broken dependency + .include "${MASTERDIR}/Makefile" |