From c60c1d09235abbfd733e901b1872b86adc82027c Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 1 Apr 2016 14:16:16 +0000 Subject: Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p. With hat: portmgr Sponsored by: Absolight --- net/asio/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/asio/Makefile') diff --git a/net/asio/Makefile b/net/asio/Makefile index cec5c91d53c..5f9aa6ea04d 100644 --- a/net/asio/Makefile +++ b/net/asio/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20(Stable)/ MAINTAINER= acm@FreeBSD.org COMMENT= Cross-platform C++ library for network and low-level I/O programming -RUN_DEPENDS= ${LOCALBASE}/include/boost/chrono/system_clocks.hpp:${PORTSDIR}/devel/boost-libs +RUN_DEPENDS= ${LOCALBASE}/include/boost/chrono/system_clocks.hpp:devel/boost-libs GNU_CONFIGURE= yes USES= gmake tar:bz2 -- cgit