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 /math/rocs | |
parent | 49be72eaa4585216ade79b274fca337c2bf4866a (diff) | |
download | ports-f5f6cd6d9b51abcfaf7d5a03d342e91dc742074d.tar.gz ports-f5f6cd6d9b51abcfaf7d5a03d342e91dc742074d.zip |
Chase boost update
Notes
Notes:
svn path=/head/; revision=311310
Diffstat (limited to 'math/rocs')
-rw-r--r-- | math/rocs/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/math/rocs/Makefile b/math/rocs/Makefile index 94988859e0ab..bb6e81e7e030 100644 --- a/math/rocs/Makefile +++ b/math/rocs/Makefile @@ -1,12 +1,9 @@ -# New ports collection Makefile for: rocs -# Date created: 6 September 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# +# Created by: Alberto Villa <avilla@FreeBSD.org> # $FreeBSD$ -# PORTNAME= rocs PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= math kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -15,7 +12,7 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Graph theory IDE for KDE 4 -LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs CONFLICTS= kdeedu-4.[0-6].* |