diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 18:26:43 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 18:26:43 +0800 |
commit | 1d388ded91506b8432948356bd0a96fe4b40ed96 (patch) | |
tree | 7f81c729dc2925037e523d05f840964f36e7dd1b | |
parent | 1cf5a83e7909d14834bf119f90162ff542fa874c (diff) | |
download | freebsd-ports-gnome-1d388ded91506b8432948356bd0a96fe4b40ed96.tar.gz freebsd-ports-gnome-1d388ded91506b8432948356bd0a96fe4b40ed96.tar.zst freebsd-ports-gnome-1d388ded91506b8432948356bd0a96fe4b40ed96.zip |
Convert to USES=pkgconfig
-rw-r--r-- | deskutils/libopensync-plugin-python-devel/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/deskutils/libopensync-plugin-python-devel/Makefile b/deskutils/libopensync-plugin-python-devel/Makefile index beb235d9ca95..1b1844d8b33d 100644 --- a/deskutils/libopensync-plugin-python-devel/Makefile +++ b/deskutils/libopensync-plugin-python-devel/Makefile @@ -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 |