svn commit: r326349 - head/www/epiphany-extensions
Antoine Brodin
antoine at FreeBSD.org
Thu Sep 5 05:34:17 UTC 2013
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}
More information about the svn-ports-head
mailing list