diff options
Diffstat (limited to 'net/asio/Makefile')
-rw-r--r-- | net/asio/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net/asio/Makefile b/net/asio/Makefile index c0abb3e111a6..bb1b7ff8ebfe 100644 --- a/net/asio/Makefile +++ b/net/asio/Makefile @@ -1,19 +1,16 @@ -# New ports collection makefile for: asio -# Date created: 2010-11-14 -# Whom: Alonso Cardenas Marquez <acm@FreeBSD.org> -# +# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -# PORTNAME= asio PORTVERSION= 1.4.8 +PORTREVISION= 1 CATEGORIES= net devel 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 -LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs GNU_CONFIGURE= yes USE_GMAKE= yes |