diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-31 13:38:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-31 13:38:42 +0000 |
commit | f5f6cd6d9b51abcfaf7d5a03d342e91dc742074d (patch) | |
tree | 384a6fe89b7bf8bffcc478f3462d538eea755790 /net/asio | |
parent | 49be72eaa4585216ade79b274fca337c2bf4866a (diff) |
Notes
Diffstat (limited to 'net/asio')
-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 |