diff options
author | antoine <antoine@FreeBSD.org> | 2017-11-05 17:56:47 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-11-05 17:56:47 +0800 |
commit | a437183ffd1f2e4ce82466132ec708d07dfc5ea2 (patch) | |
tree | 75129eb85b89afe0eafac4c279ac36380d3b0bf7 | |
parent | eab9aec985c86b0cd7e96db208ef3d11e58c84f6 (diff) | |
download | freebsd-ports-gnome-a437183ffd1f2e4ce82466132ec708d07dfc5ea2.tar.gz freebsd-ports-gnome-a437183ffd1f2e4ce82466132ec708d07dfc5ea2.tar.zst freebsd-ports-gnome-a437183ffd1f2e4ce82466132ec708d07dfc5ea2.zip |
Mark BROKEN: fails to configure
Package openssl was not found in the pkg-config search path.
Perhaps you should add the directory containing `openssl.pc'
to the PKG_CONFIG_PATH environment variable
Package 'openssl', required by 'virtual:world', not found
gyp: Call to 'pkg-config --cflags openssl' returned exit status 1 while in /wrkdirs/usr/ports/www/mod_pagespeed/work/mod_pagespeed-a5cfe15/third_party/serf/select_openssl.gyp.
Reported by: pkg-fallout
-rw-r--r-- | www/mod_pagespeed/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mod_pagespeed/Makefile b/www/mod_pagespeed/Makefile index 00ce4ffb437a..20588fa5deed 100644 --- a/www/mod_pagespeed/Makefile +++ b/www/mod_pagespeed/Makefile @@ -13,6 +13,8 @@ COMMENT= Apache module for rewriting web pages to reduce latency LICENSE= APACHE20 +BROKEN= fails to configure + BUILD_DEPENDS= bash:shells/bash \ curl:ftp/curl \ closure-compiler:www/closure-compiler \ |