svn commit: r325968 - head/deskutils/libopensync-plugin-python-devel

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 2 10:26:44 UTC 2013


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 at logvinov.com>
-#
+# Created by: Alexander Logvinov <ports at 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


More information about the svn-ports-all mailing list