diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 03:55:48 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 03:55:48 +0800 |
commit | cc33170943fa61617b8f7e5b3db1b43320de5379 (patch) | |
tree | 75e8ab6c627957618692c95d7dad6a3f1adee9d9 /deskutils | |
parent | 710bc4835ca10e614f678c9ada13dd8c16981f7a (diff) | |
download | freebsd-ports-gnome-cc33170943fa61617b8f7e5b3db1b43320de5379.tar.gz freebsd-ports-gnome-cc33170943fa61617b8f7e5b3db1b43320de5379.tar.zst freebsd-ports-gnome-cc33170943fa61617b8f7e5b3db1b43320de5379.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/msynctool/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/deskutils/msynctool/Makefile b/deskutils/msynctool/Makefile index 3efbea97fce9..c783afcb46c4 100644 --- a/deskutils/msynctool/Makefile +++ b/deskutils/msynctool/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: msynctool -# Date created: 11 July 2008 -# Whom: Alexander Logvinov <ports@logvinov.com> -# +# Created by: Alexander Logvinov <ports@logvinov.com> # $FreeBSD$ -# PORTNAME= msynctool PORTVERSION= 0.22 @@ -17,6 +13,7 @@ LIB_DEPENDS= opensync.0:${PORTSDIR}/devel/libopensync022 CONFLICTS= osynctool-[0-9]* +USES= pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes |