[Midnightbsd-cvs] mports: Makefile: Disable festival checks until we actually port it.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Jan 1 15:57:24 EST 2008


Log Message:
-----------
Disable festival checks until we actually port it.

Modified Files:
--------------
    mports/accessibility/gnome-speech:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/accessibility/gnome-speech/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L accessibility/gnome-speech/Makefile -L accessibility/gnome-speech/Makefile -u -r1.1 -r1.2
--- accessibility/gnome-speech/Makefile
+++ accessibility/gnome-speech/Makefile
@@ -33,9 +33,9 @@
 WITH_ESPEAK=	yes
 .endif
 
-.if exists(${LOCALBASE}/bin/festival)
-WITH_FESTIVAL=	yes
-.endif
+#.if exists(${LOCALBASE}/bin/festival)
+#WITH_FESTIVAL=	yes
+#.endif
 
 .if defined(WITH_ESPEAK)
 LIB_DEPENDS+=	espeak.1:${PORTSDIR}/audio/espeak
@@ -45,9 +45,9 @@
 PLIST_SUB+=	ESPEAK:="@comment "
 .endif
 
-.if defined(WITH_FESTIVAL)
-RUN_DEPENDS+=	festival:${PORTSDIR}/audio/festival
-.endif
+#.if defined(WITH_FESTIVAL)
+#RUN_DEPENDS+=	festival:${PORTSDIR}/audio/festival
+#.endif
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|== x|= x|g' \


More information about the Midnightbsd-cvs mailing list