diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cpp-netlib/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/devel/cpp-netlib/Makefile b/devel/cpp-netlib/Makefile index b692b822519b..3b798e6a7d9b 100644 --- a/devel/cpp-netlib/Makefile +++ b/devel/cpp-netlib/Makefile @@ -12,6 +12,7 @@ MAINTAINER= zi@FreeBSD.org COMMENT= Cross-platform, standards compliant networking library LICENSE= BSL +LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt BUILD_DEPENDS= boost-libs>0:${PORTSDIR}/devel/boost-libs @@ -19,10 +20,4 @@ USES= cmake:outsource CMAKE_ARGS+= -DCPP-NETLIB_BUILD_EXAMPLES=OFF USE_GITHUB= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 900000 -IGNORE= requires FreeBSD 9.x or higher -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |