diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-29 21:26:45 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-29 21:26:45 +0000 |
commit | 75d473f600cae5868f2283ab07acdcd8f041ebd3 (patch) | |
tree | b4e2468455414f38e0d1c0c05d2754b9d21c9f4a | |
parent | Update libevtx to alpha-20130727 (diff) |
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]
-rw-r--r-- | net/owncloud-csync/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/owncloud-csync/Makefile b/net/owncloud-csync/Makefile index 58e9fa27025b..2a70f52b40b3 100644 --- a/net/owncloud-csync/Makefile +++ b/net/owncloud-csync/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://download.owncloud.com/download/ DISTNAME= ocsync-${PORTVERSION} MAINTAINER= 6yearold@gmail.com -COMMENT= A csync fork for Owncloud +COMMENT= csync fork for Owncloud LICENSE= GPLv2 @@ -18,9 +18,8 @@ LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv \ 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 |