diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-11-13 09:37:46 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-11-13 09:37:46 +0000 |
commit | 0eb05bc9b558095a7b9ea66339ae0aa03e69fd87 (patch) | |
tree | e01c74d2eab2fa7d9f40c60d19be50efa37e109c /audio/festival | |
parent | 09cc04f6feb40fc61141ffa36244af2c13ae0741 (diff) | |
download | ports-0eb05bc9b558095a7b9ea66339ae0aa03e69fd87.tar.gz ports-0eb05bc9b558095a7b9ea66339ae0aa03e69fd87.zip |
Bandage alert - make this thing understand FreeBSD 4.2 the same way
it handles 4.1.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=35058
Diffstat (limited to 'audio/festival')
-rw-r--r-- | audio/festival/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/festival/Makefile b/audio/festival/Makefile index fdb430fafc0f..ba9178115956 100644 --- a/audio/festival/Makefile +++ b/audio/festival/Makefile @@ -114,6 +114,8 @@ post-patch: ${CP} ${SPEECHTOOLS}/config/systems/ix86_FreeBSD4.0.mak \ ${SPEECHTOOLS}/config/systems/ix86_FreeBSD4.1.mak ${CP} ${SPEECHTOOLS}/config/systems/ix86_FreeBSD4.0.mak \ + ${SPEECHTOOLS}/config/systems/ix86_FreeBSD4.2.mak + ${CP} ${SPEECHTOOLS}/config/systems/ix86_FreeBSD4.0.mak \ ${SPEECHTOOLS}/config/systems/ix86_FreeBSD5.0.mak do-install: |