diff options
author | avilla <avilla@FreeBSD.org> | 2013-03-30 06:35:33 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2013-03-30 06:35:33 +0800 |
commit | 8fd7626549fcc52c850e03440f9518f3e64df952 (patch) | |
tree | e9d18c023cc1e71a7f59cdea4f1371f6ea343d3e /math | |
parent | 6bbdad31ff085de888b96dc077e0b5accba1e055 (diff) | |
download | freebsd-ports-gnome-8fd7626549fcc52c850e03440f9518f3e64df952.tar.gz freebsd-ports-gnome-8fd7626549fcc52c850e03440f9518f3e64df952.tar.zst freebsd-ports-gnome-8fd7626549fcc52c850e03440f9518f3e64df952.zip |
- Fix and update COMMENT.
PR: 177453
Submitted by: Kevin Zheng <kevinz5000@gmail.com>
Diffstat (limited to 'math')
-rw-r--r-- | math/rocs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/rocs/Makefile b/math/rocs/Makefile index e47b29d2c1cd..b314f7c602dc 100644 --- a/math/rocs/Makefile +++ b/math/rocs/Makefile @@ -8,7 +8,7 @@ MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org -COMMENT= Graph teory IDE for KDE 4 +COMMENT= KDE Graph theory IDE LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs |