Date: Thu, 11 Jul 2013 09:20:00 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: gnome@FreeBSD.org Subject: Re: ports/180390: commit references a PR Message-ID: <201307110920.r6B9K0Co038335@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/180390; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/180390: commit references a PR Date: Thu, 11 Jul 2013 09:11:36 +0000 (UTC) Author: kwm Date: Thu Jul 11 09:11:28 2013 New Revision: 322760 URL: http://svnweb.freebsd.org/changeset/ports/322760 Log: Make avahi-app a lib_depend, ekiga needs it on run time. PR: ports/180390 Submitted by: Joze Zobec <jozze.zepl@gmail.com> Modified: head/net/ekiga3/Makefile Modified: head/net/ekiga3/Makefile ============================================================================== --- head/net/ekiga3/Makefile Thu Jul 11 08:11:51 2013 (r322759) +++ head/net/ekiga3/Makefile Thu Jul 11 09:11:28 2013 (r322760) @@ -3,7 +3,7 @@ PORTNAME= ekiga3 PORTVERSION= 3.2.6 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net MASTER_SITES= http://www.ekiga.org/admin/downloads/latest/sources/ekiga_${PORTVERSION}/ DISTNAME= ekiga-${PORTVERSION} @@ -110,7 +110,7 @@ CONFIGURE_ARGS+= --disable-eds .if ${PORT_OPTIONS:MAVAHI} CONFIGURE_ARGS+= --enable-avahi -BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/avahi-client.pc:${PORTSDIR}/net/avahi-app +LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app .else CONFIGURE_ARGS+= --disable-avahi .endif _______________________________________________ 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?201307110920.r6B9K0Co038335>