diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2013-03-29 22:35:33 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2013-03-29 22:35:33 +0000 |
commit | 18f2b16087e8ecd6790e8d551f1083d977da1d77 (patch) | |
tree | e9d18c023cc1e71a7f59cdea4f1371f6ea343d3e | |
parent | - Set KDE4_BUILD_TESTS to off. (diff) |
- Fix and update COMMENT.
PR: 177453
Submitted by: Kevin Zheng <kevinz5000@gmail.com>
Notes
Notes:
svn path=/head/; revision=315579
Diffstat (limited to '')
-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 |