Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Aug 2017 12:26:39 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r448385 - head/ftp/curlpp
Message-ID:  <201708201226.v7KCQdBc099856@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708201226.v7KCQdBc099856>