Date: Thu, 5 Sep 2013 05:34:17 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326349 - head/www/epiphany-extensions Message-ID: <201309050534.r855YHEm050646@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Sep 5 05:34:16 2013 New Revision: 326349 URL: http://svnweb.freebsd.org/changeset/ports/326349 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/www/epiphany-extensions/Makefile Modified: head/www/epiphany-extensions/Makefile ============================================================================== --- head/www/epiphany-extensions/Makefile Thu Sep 5 05:32:44 2013 (r326348) +++ head/www/epiphany-extensions/Makefile Thu Sep 5 05:34:16 2013 (r326349) @@ -19,12 +19,11 @@ RUN_DEPENDS= epiphany:${PORTSDIR}/www/ep CONFLICTS= epiphany-extensions-3.[0-9]* -USES= gettext +USES= gettext gmake pkgconfig USE_BZIP2= yes USE_GNOME= gnomeprefix gnomehack intlhack INSTALLS_OMF= yes GNU_CONFIGURE= yes -USE_GMAKE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -pthread" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309050534.r855YHEm050646>