From 149239d4d57f10c84d2dada6069b99b0ebfc7fbd Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Thu, 21 Feb 2013 04:54:16 +0000 Subject: [PATCH] - Bump PORTREVISION after boost update - While here trim header --- devel/luabind/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/devel/luabind/Makefile b/devel/luabind/Makefile index 28a6fca984d0..68baa1b2d5e8 100644 --- a/devel/luabind/Makefile +++ b/devel/luabind/Makefile @@ -1,19 +1,16 @@ -# New ports collection makefile for: luabind -# Date created: 06 Jun 2007 -# Whom: Dmitry Marakasov -# +# Created by: Dmitry Marakasov # $FreeBSD$ -# PORTNAME= luabind PORTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Library that helps you create bindings between C++ and Lua -LIB_DEPENDS= boost_python.4:${PORTSDIR}/devel/boost-python-libs +LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python-libs USE_LUA= 5.1+ USE_LDCONFIG= yes