aboutsummaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorAlberto Villa <avilla@FreeBSD.org>2012-06-27 01:14:01 +0000
committerAlberto Villa <avilla@FreeBSD.org>2012-06-27 01:14:01 +0000
commit519877d020c7f93880bb55cf82465bf64d3c7ff1 (patch)
tree3146a2dddf1eeb6a80f91b73dddaa38e52aadcb1 /x11-themes
parent82f44b69fb7fc5f4c2cc8063c48a72fea9e5ace4 (diff)
downloadports-519877d020c7f93880bb55cf82465bf64d3c7ff1.tar.gz
ports-519877d020c7f93880bb55cf82465bf64d3c7ff1.zip
- Detect eigen2 by checking for .pc file, not min. port version.
If a user had eigen3 installed, but not eigen2, the min. port version check would not differentiate between the two. Submitted by: Jason E. Hale <bsdkaffee at gmail.com> via area51
Notes
Notes: svn path=/head/; revision=300056
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/kdeartwork4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-themes/kdeartwork4/Makefile b/x11-themes/kdeartwork4/Makefile
index 421ea832ac2f..3fe5a3db386c 100644
--- a/x11-themes/kdeartwork4/Makefile
+++ b/x11-themes/kdeartwork4/Makefile
@@ -14,7 +14,7 @@ DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE Artworks Themes
-BUILD_DEPENDS= eigen>=2.0.b1:${PORTSDIR}/math/eigen2
+BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen2.pc:${PORTSDIR}/math/eigen2
CONFLICTS_INSTALL= kdeaccessibility-4.[0-6].* \
kdebase-workspace-4.5.[0-5] \