svn commit: r323924 - head/net/owncloud-csync
Baptiste Daroussin
bapt at FreeBSD.org
Mon Jul 29 21:26:46 UTC 2013
Author: bapt
Date: Mon Jul 29 21:26:45 2013
New Revision: 323924
URL: http://svnweb.freebsd.org/changeset/ports/323924
Log:
Convert non supported USE_PKGCONFIG to USES=pkgconfig [1]
While here:
- Remove leading article from COMMENT
- Remove now useless MAKE_JOB_SAFE
Pointyhat to: miwi [1]
Modified:
head/net/owncloud-csync/Makefile
Modified: head/net/owncloud-csync/Makefile
==============================================================================
--- head/net/owncloud-csync/Makefile Mon Jul 29 21:19:27 2013 (r323923)
+++ head/net/owncloud-csync/Makefile Mon Jul 29 21:26:45 2013 (r323924)
@@ -8,7 +8,7 @@ MASTER_SITES= http://download.owncloud.c
DISTNAME= ocsync-${PORTVERSION}
MAINTAINER= 6yearold at gmail.com
-COMMENT= A csync fork for Owncloud
+COMMENT= csync fork for Owncloud
LICENSE= GPLv2
@@ -18,9 +18,8 @@ LIB_DEPENDS= iconv:${PORTSDIR}/converter
ssh:${PORTSDIR}/security/libssh \
neon:${PORTSDIR}/www/neon29
-USES= cmake:outsource
+USES= cmake:outsource pkgconfig
USE_BZIP2= yes
-USE_PKGCONFIG= build
USE_SQLITE= yes
CMAKE_ARGS+= -DWITH_LOG4C=NO \
-DUNIT_TESTING=NO \
@@ -29,7 +28,6 @@ CMAKE_ARGS+= -DWITH_LOG4C=NO \
MAN1= ocsync.1
USE_LDCONFIG= yes
-MAKE_JOBS_SAFE= yes
DOCSDIR= /usr/local/share/doc/ocsync
ETCDIR= /usr/local/etc/ocsync
More information about the svn-ports-head
mailing list