diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:13:19 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:13:19 +0000 |
commit | 7020ba824d0766f01012481d30671834bccc6cc9 (patch) | |
tree | b8061c4bd911cb2507a3cc6b0ebdc773e91473b7 /devel/libopensync | |
parent | ac0c23c912957d0cfaa1ccb1f236d4da619b1889 (diff) |
Notes
Diffstat (limited to 'devel/libopensync')
-rw-r--r-- | devel/libopensync/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/libopensync/Makefile b/devel/libopensync/Makefile index a5ab3606603b..cfb4ed2a9c81 100644 --- a/devel/libopensync/Makefile +++ b/devel/libopensync/Makefile @@ -16,9 +16,8 @@ LIB_DEPENDS= exslt:${PORTSDIR}/textproc/libxslt CONFLICTS= libopensync-0.22* USE_SQLITE= 3 -USE_PKGCONFIG= yes USE_BZIP2= yes -USES= cmake +USES= cmake pkgconfig CMAKE_ARGS+= -Wno-dev USE_GNOME= glib20 libxml2 USE_PYTHON= yes |