diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2011-10-03 03:55:31 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2011-10-03 03:55:31 +0000 |
commit | 67b00ab01975090e1f1c0c805759e26000807ae3 (patch) | |
tree | aa8d34834bd88d1cfefc8cc4d6ecba151e5c15f0 /games/kdegames4 | |
parent | f609f658ae4890d063749829e5be93458a11f516 (diff) |
- LIB_DEPENDS qhull -> qhull5
- Bump portrevision
PR: ports/161089
Notes
Notes:
svn path=/head/; revision=282854
Diffstat (limited to 'games/kdegames4')
-rw-r--r-- | games/kdegames4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/kdegames4/Makefile b/games/kdegames4/Makefile index 9378c6df443f..9bb86aada721 100644 --- a/games/kdegames4/Makefile +++ b/games/kdegames4/Makefile @@ -6,6 +6,7 @@ PORTNAME= kdegames PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= games kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -16,7 +17,7 @@ COMMENT= Games for the KDE integrated X11 desktop LIB_DEPENDS= ggzcore.9:${PORTSDIR}/games/ggz-client-libs \ qca.2:${PORTSDIR}/devel/qca \ - qhull.5:${PORTSDIR}/math/qhull \ + qhull.5:${PORTSDIR}/math/qhull5 \ sndfile.1:${PORTSDIR}/audio/libsndfile LATEST_LINK= ${PORTNAME}4 |