diff options
author | makc <makc@FreeBSD.org> | 2013-03-26 20:24:12 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-03-26 20:24:12 +0800 |
commit | 0738c173ec392c84c08efd640006def1f6a29137 (patch) | |
tree | f2a935feb034754b7e7d8c9be186e1f8d3fe5c42 /deskutils | |
parent | 5cb1fa7ba99ab699934cd048ce1d05c86853557c (diff) | |
download | freebsd-ports-gnome-0738c173ec392c84c08efd640006def1f6a29137.tar.gz freebsd-ports-gnome-0738c173ec392c84c08efd640006def1f6a29137.tar.zst freebsd-ports-gnome-0738c173ec392c84c08efd640006def1f6a29137.zip |
- Fix configure stage
- Mark BROKEN: fails to build. It doesn't related to cmake update, I give up :)
- while here tweak COMMENT and switch to out-of-source build
Reported by: pointyhat (miwi)
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/msynctool-devel/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/deskutils/msynctool-devel/Makefile b/deskutils/msynctool-devel/Makefile index 7472399388f3..627acb11640f 100644 --- a/deskutils/msynctool-devel/Makefile +++ b/deskutils/msynctool-devel/Makefile @@ -9,16 +9,23 @@ MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/ PKGNAMESUFFIX= -devel MAINTAINER= ports@FreeBSD.org -COMMENT= A command line client for the OpenSync framework +COMMENT= Command line client for the OpenSync framework LIB_DEPENDS= opensync.1:${PORTSDIR}/devel/libopensync CONFLICTS= msynctool-0.2* USE_BZIP2= yes -USES= cmake +USES= cmake:outsource USE_PKGCONFIG= build PLIST_FILES= bin/${PORTNAME} +BROKEN= failes to build + +post-patch: +# Help find opensync, which is apparently renamed in ports + ${REINPLACE_CMD} -e "s,opensync-1.0,libopensync,g" \ + ${WRKSRC}/cmake/modules/FindOpenSync.cmake + .include <bsd.port.mk> |