diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 18:23:55 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 18:23:55 +0800 |
commit | 8bcbb85845c3e548ea23493e8c70eff008c0fd7f (patch) | |
tree | f6e784f75b78fca30725a4bca431b966cbe15807 /www | |
parent | 7dd2b8275706e35dfd1e4300af1f614c4e58a0c0 (diff) | |
download | freebsd-ports-gnome-8bcbb85845c3e548ea23493e8c70eff008c0fd7f.tar.gz freebsd-ports-gnome-8bcbb85845c3e548ea23493e8c70eff008c0fd7f.tar.zst freebsd-ports-gnome-8bcbb85845c3e548ea23493e8c70eff008c0fd7f.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'www')
-rw-r--r-- | www/epiphany/Makefile | 3 | ||||
-rw-r--r-- | www/webkit-sharp/Makefile | 8 |
2 files changed, 3 insertions, 8 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 84c7ed2800e8..fd06a87a0c40 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -29,10 +29,9 @@ USE_LDCONFIG= yes INSTALLS_ICONS= yes USE_BZIP2= yes USE_PYTHON= yes -USES= desktop-file-utils gettext pathfix +USES= desktop-file-utils gettext pathfix gmake pkgconfig USE_GNOME= gnomeprefix intlhack gnomedesktop GNU_CONFIGURE= yes -USE_GMAKE= yes INSTALLS_OMF= yes CONFIGURE_ARGS+=--enable-introspection \ --enable-compile-warnings=no \ diff --git a/www/webkit-sharp/Makefile b/www/webkit-sharp/Makefile index a87752a06e8b..bf220ce71673 100644 --- a/www/webkit-sharp/Makefile +++ b/www/webkit-sharp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: webkit-sharp -# Date created: 2008-09-01 -# Whom: Romain Tartiere <romain@blogreen.org> -# +# Created by: Romain Tartiere <romain@blogreen.org> # $FreeBSD$ -# PORTNAME= webkit-sharp PORTVERSION= 0.3 @@ -21,7 +17,7 @@ PLIST_SUB+= ASSEMBLY_VERSION=1.1.15 USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack gtksharp20 .include <bsd.port.mk> |