diff options
author | kris <kris@FreeBSD.org> | 2003-05-18 12:00:35 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-05-18 12:00:35 +0000 |
commit | c5888019686e0b3618f95345938bc9496b1f79b4 (patch) | |
tree | 8792319db96435a7a21410ead39a15f12770053d /audio/festival/Makefile | |
parent | b9427b6005b396d7c7f06794991a96c37639ef38 (diff) | |
download | FreeBSD-ports-c5888019686e0b3618f95345938bc9496b1f79b4.zip FreeBSD-ports-c5888019686e0b3618f95345938bc9496b1f79b4.tar.gz |
BROKEN on 5.1: does not build
Diffstat (limited to 'audio/festival/Makefile')
-rw-r--r-- | audio/festival/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/festival/Makefile b/audio/festival/Makefile index eca2e92..9ff2776 100644 --- a/audio/festival/Makefile +++ b/audio/festival/Makefile @@ -45,6 +45,12 @@ RESTRICTED= no-commercial-use PLIST= ${WRKDIR}/pkg-plist .endif +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not build" +.endif + WRKSRC= ${WRKDIR} USE_GMAKE= yes @@ -145,4 +151,4 @@ do-install: ${INSTALL_MAN} ${FESTIVAL}/doc/festival.1 ${PREFIX}/man/man1/festival.1 ${INSTALL_MAN} ${FESTIVAL}/doc/festival_client.1 ${PREFIX}/man/man1/festival_client.1 -.include <bsd.port.mk> +.include <bsd.port.post.mk> |