diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 19:55:48 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 19:55:48 +0000 |
commit | 0e4c70bcc8fcdb0403d753f8ca387c8e78a47db3 (patch) | |
tree | 75e8ab6c627957618692c95d7dad6a3f1adee9d9 /deskutils | |
parent | 67024b2839e6cad6b79f6ce35a5925b15cb83cfe (diff) |
Notes
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 |