Date: Mon, 2 Sep 2013 10:26:43 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325968 - head/deskutils/libopensync-plugin-python-devel Message-ID: <201309021026.r82AQh5X059964@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Sep 2 10:26:43 2013 New Revision: 325968 URL: http://svnweb.freebsd.org/changeset/ports/325968 Log: Convert to USES=pkgconfig Modified: head/deskutils/libopensync-plugin-python-devel/Makefile Modified: head/deskutils/libopensync-plugin-python-devel/Makefile ============================================================================== --- head/deskutils/libopensync-plugin-python-devel/Makefile Mon Sep 2 10:10:58 2013 (r325967) +++ head/deskutils/libopensync-plugin-python-devel/Makefile Mon Sep 2 10:26:43 2013 (r325968) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libopensync-plugin-python-devel -# Date created: 16 June 2008 -# Whom: Alexander Logvinov <ports@logvinov.com> -# +# Created by: Alexander Logvinov <ports@logvinov.com> # $FreeBSD$ -# PORTNAME= libopensync-plugin-python PORTVERSION= 0.36 @@ -22,9 +18,8 @@ CONFLICTS= libopensync-plugin-python-0.2 BROKEN= fails to build with recent libopensync USE_BZIP2= yes -USES= cmake:outsource +USES= cmake:outsource pkgconfig USE_PYTHON= yes -USE_GNOME= pkgconfig CMAKE_ARGS+= -Wno-dev \ -DPYTHON_INCLUDE_PATH:PATH=${PYTHON_INCLUDEDIR} \ -DPYTHON_LIBRARY:PATH=${PYTHON_LIBDIR}/config/lib${PYTHON_VERSION}.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309021026.r82AQh5X059964>