diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-18 16:38:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-18 16:38:20 +0800 |
commit | d76c3e65cec790802b4e11280b57df5d97fdc845 (patch) | |
tree | dcc51daa0e2c5e9ccc324cd5a8c84ae9b92545d4 /deskutils | |
parent | 2f66c48a52d7547c8bbeeb90969c2f11739c299d (diff) | |
download | freebsd-ports-graphics-d76c3e65cec790802b4e11280b57df5d97fdc845.tar.gz freebsd-ports-graphics-d76c3e65cec790802b4e11280b57df5d97fdc845.tar.zst freebsd-ports-graphics-d76c3e65cec790802b4e11280b57df5d97fdc845.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/fbreader/Makefile | 2 | ||||
-rw-r--r-- | deskutils/libopensync-plugin-evolution2-devel/Makefile | 8 |
2 files changed, 3 insertions, 7 deletions
diff --git a/deskutils/fbreader/Makefile b/deskutils/fbreader/Makefile index 628fdfeb430..b6a43990b96 100644 --- a/deskutils/fbreader/Makefile +++ b/deskutils/fbreader/Makefile @@ -32,7 +32,7 @@ STATUS= debug STATUS= release .endif -USES= iconv gmake +USES= iconv gmake pkgconfig USE_SQLITE= yes USE_LDCONFIG= yes diff --git a/deskutils/libopensync-plugin-evolution2-devel/Makefile b/deskutils/libopensync-plugin-evolution2-devel/Makefile index 25c82ed3aec..9154f9ddf53 100644 --- a/deskutils/libopensync-plugin-evolution2-devel/Makefile +++ b/deskutils/libopensync-plugin-evolution2-devel/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libopensync-plugin-evolution2 -# Date created: 18 July 2008 -# Whom: Alexander Logvinov <ports@logvinov.com> -# +# Created by: Alexander Logvinov <ports@logvinov.com> # $FreeBSD$ -# PORTNAME= libopensync-plugin-evolution2 PORTVERSION= 0.36 @@ -21,7 +17,7 @@ RUN_DEPENDS= vconvert:${PORTSDIR}/deskutils/libopensync-plugin-vformat-devel CONFLICTS= libopensync-plugin-evolution2-0.2* USE_BZIP2= yes -USES= cmake +USES= cmake pkgconfig USE_GNOME= evolutiondataserver gconf2 CMAKE_ARGS+= -Wno-dev |