diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-18 08:38:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-18 08:38:20 +0000 |
commit | 2b07ee6ce079233c14fbe6d2b8bc72cb65126d3e (patch) | |
tree | dcc51daa0e2c5e9ccc324cd5a8c84ae9b92545d4 /deskutils | |
parent | bd0f959252ca4814047bdc870b10fe9b462632c4 (diff) | |
download | ports-2b07ee6ce079233c14fbe6d2b8bc72cb65126d3e.tar.gz ports-2b07ee6ce079233c14fbe6d2b8bc72cb65126d3e.zip |
Notes
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 628fdfeb430d..b6a43990b964 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 25c82ed3aec9..9154f9ddf53a 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 |