diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 23:39:17 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 23:39:17 +0800 |
commit | c3102b9f4e6d0ef5cb8291bf6c5093365afc54c0 (patch) | |
tree | ee1b543bed558b9b511b6642bbe14b86cc4382de /deskutils | |
parent | 307f32b604ef7e856e4f70a3c0279d16949758a6 (diff) | |
download | freebsd-ports-gnome-c3102b9f4e6d0ef5cb8291bf6c5093365afc54c0.tar.gz freebsd-ports-gnome-c3102b9f4e6d0ef5cb8291bf6c5093365afc54c0.tar.zst freebsd-ports-gnome-c3102b9f4e6d0ef5cb8291bf6c5093365afc54c0.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/libopensync-plugin-python/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/deskutils/libopensync-plugin-python/Makefile b/deskutils/libopensync-plugin-python/Makefile index fb39d4b5fde8..b30d317d6e8c 100644 --- a/deskutils/libopensync-plugin-python/Makefile +++ b/deskutils/libopensync-plugin-python/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libopensync-plugin-python -# Date created: 18 July 2008 -# Whom: Alexander Logvinov <ports@logvinov.com> -# +# Created by: Alexander Logvinov <ports@logvinov.com> # $FreeBSD$ -# PORTNAME= libopensync-plugin-python PORTVERSION= 0.22 @@ -17,6 +13,7 @@ LIB_DEPENDS= opensync.0:${PORTSDIR}/devel/libopensync022 CONFLICTS= libopensync-plugin-python-devel-[0-9]* +USES= pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes USE_PYTHON= yes |