Date: Thu, 30 Jan 2014 21:00:01 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-multimedia@FreeBSD.org Subject: Re: ports/186280: commit references a PR Message-ID: <201401302100.s0UL01HH032780@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/186280; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/186280: commit references a PR Date: Thu, 30 Jan 2014 20:58:50 +0000 (UTC) Author: nox Date: Thu Jan 30 20:58:42 2014 New Revision: 341886 URL: http://svnweb.freebsd.org/changeset/ports/341886 QAT: https://qat.redports.org/buildarchive/r341886/ Log: Fix QT4 option handling. PR: ports/186280 Submitted by: amdmi3 Modified: head/multimedia/avidemux2/Makefile.common Modified: head/multimedia/avidemux2/Makefile.common ============================================================================== --- head/multimedia/avidemux2/Makefile.common Thu Jan 30 20:57:05 2014 (r341885) +++ head/multimedia/avidemux2/Makefile.common Thu Jan 30 20:58:42 2014 (r341886) @@ -46,10 +46,10 @@ OPTIONS_DEFAULT+= LAME FAAC AMR .if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB+= NLS="" -. if !defined(WITH_QT4) -PLIST_SUB+= QT_NLS="@comment " -. else +. if ${PORT_OPTIONS:MQT4} PLIST_SUB+= QT_NLS="" +. else +PLIST_SUB+= QT_NLS="@comment " . endif .else CMAKE_ARGS+= -DNO_NLS:BOOL=ON _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401302100.s0UL01HH032780>