diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-08-20 20:26:39 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-08-20 20:26:39 +0800 |
commit | d57356d973404cb342fd06101aeef7b5c822f443 (patch) | |
tree | d0f4f36175d4b37a778c32ef630bd8f936dec160 /ftp | |
parent | 1d7b503cc7b8cd876d8e927e3313e3fd1eea6fd0 (diff) | |
download | freebsd-ports-gnome-d57356d973404cb342fd06101aeef7b5c822f443.tar.gz freebsd-ports-gnome-d57356d973404cb342fd06101aeef7b5c822f443.tar.zst freebsd-ports-gnome-d57356d973404cb342fd06101aeef7b5c822f443.zip |
Pet portlint: move BROKEN_* upward
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/curlpp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/curlpp/Makefile b/ftp/curlpp/Makefile index a97b29693a7f..224f744aeac4 100644 --- a/ftp/curlpp/Makefile +++ b/ftp/curlpp/Makefile @@ -12,10 +12,10 @@ 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 USE_LDCONFIG= yes |