From owner-svn-ports-head@FreeBSD.ORG Sat May 11 12:48:39 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id F2F7E6E1; Sat, 11 May 2013 12:48:38 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E5041774; Sat, 11 May 2013 12:48:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4BCmcob084381; Sat, 11 May 2013 12:48:38 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4BCmce9084380; Sat, 11 May 2013 12:48:38 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201305111248.r4BCmce9084380@svn.freebsd.org> From: Baptiste Daroussin Date: Sat, 11 May 2013 12:48:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317871 - head/multimedia/xawtv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 May 2013 12:48:39 -0000 Author: bapt Date: Sat May 11 12:48:38 2013 New Revision: 317871 URL: http://svnweb.freebsd.org/changeset/ports/317871 Log: Use shared AALIB option instead of AA Submitted by: danfe Modified: head/multimedia/xawtv/Makefile Modified: head/multimedia/xawtv/Makefile ============================================================================== --- head/multimedia/xawtv/Makefile Sat May 11 12:29:30 2013 (r317870) +++ head/multimedia/xawtv/Makefile Sat May 11 12:48:38 2013 (r317871) @@ -17,10 +17,9 @@ RUN_DEPENDS= iconv:${PORTSDIR}/converter LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ jpeg.11:${PORTSDIR}/graphics/jpeg -OPTIONS_DEFINE= AA DV QUICKTIME ZVBI +OPTIONS_DEFINE= AALIB DV QUICKTIME ZVBI OPTIONS_DEFINE_i386= MMX -OPTIONS_DEFAULT= AA -AA_DESC= Enable AA support +OPTIONS_DEFAULT= AALIB ZVBI_DESC= Enable libzvbi support USE_MOTIF= yes @@ -45,7 +44,7 @@ MAN8= v4l-conf.8 .include -.if ${PORT_OPTIONS:MAA} +.if ${PORT_OPTIONS:MAALIB} CONFIGURE_ARGS+=--enable-aa LIB_DEPENDS+= aa.1:${PORTSDIR}/graphics/aalib PLIST_SUB+= AA=""