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 /graphics/gsculpt | |
parent | 49be72eaa4585216ade79b274fca337c2bf4866a (diff) | |
download | ports-f5f6cd6d9b51abcfaf7d5a03d342e91dc742074d.tar.gz ports-f5f6cd6d9b51abcfaf7d5a03d342e91dc742074d.zip |
Notes
Diffstat (limited to 'graphics/gsculpt')
-rw-r--r-- | graphics/gsculpt/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/graphics/gsculpt/Makefile b/graphics/gsculpt/Makefile index b07f28026c72..4eb2f7d47adf 100644 --- a/graphics/gsculpt/Makefile +++ b/graphics/gsculpt/Makefile @@ -1,14 +1,9 @@ -# New ports collection makefile for: gSculpt -# Date created: Oct 10, 2001 -# Whom: ijliao -# -# $Carpetsmoker: ports/graphics/gsculpt/Makefile,v 1.4 2007/08/02 13:13:45 carpetsmoker Exp $ +# Created by: ijliao # $FreeBSD$ -# PORTNAME= gsculpt PORTVERSION= 0.99.47 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME:S,-src,,} DISTNAME= gSculpt-${PORTVERSION}-alpha-src @@ -18,7 +13,7 @@ COMMENT= An Opensource 3D modelling application LICENSE= GPLv2 -LIB_DEPENDS= boost_python.4:${PORTSDIR}/devel/boost-python-libs +LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python-libs RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opengl>0:${PORTSDIR}/graphics/py-opengl \ ${PYTHON_PKGNAMEPREFIX}gtkglext>0:${PORTSDIR}/x11-toolkits/py-gtkglext |