svn commit: r448385 - head/ftp/curlpp

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 20 12:26:40 UTC 2017


Author: sunpoet
Date: Sun Aug 20 12:26:39 2017
New Revision: 448385
URL: https://svnweb.freebsd.org/changeset/ports/448385

Log:
  Pet portlint: move BROKEN_* upward

Modified:
  head/ftp/curlpp/Makefile

Modified: head/ftp/curlpp/Makefile
==============================================================================
--- head/ftp/curlpp/Makefile	Sun Aug 20 12:26:34 2017	(r448384)
+++ head/ftp/curlpp/Makefile	Sun Aug 20 12:26:39 2017	(r448385)
@@ -12,9 +12,9 @@ COMMENT=	C++ wrapper for libcurl
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/doc/LICENSE
 
-LIB_DEPENDS=	libcurl.so:ftp/curl
-
 BROKEN_powerpc64=	fails to configure: error: A compiler with support for C++11 language features is required
+
+LIB_DEPENDS=	libcurl.so:ftp/curl
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 


More information about the svn-ports-all mailing list