diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-08 08:23:52 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-08 08:23:52 +0800 |
commit | 65b641393ae38abd543b601e21161248b1935e4b (patch) | |
tree | 94ea01c400491a44ca1d7c2cfd53a6c7e2bf6750 /x11-themes | |
parent | 4964e0244ea6da81fe1d02336a50de29a953b7dd (diff) | |
download | marcuscom-ports-65b641393ae38abd543b601e21161248b1935e4b.tar marcuscom-ports-65b641393ae38abd543b601e21161248b1935e4b.tar.gz marcuscom-ports-65b641393ae38abd543b601e21161248b1935e4b.tar.bz2 marcuscom-ports-65b641393ae38abd543b601e21161248b1935e4b.tar.lz marcuscom-ports-65b641393ae38abd543b601e21161248b1935e4b.tar.xz marcuscom-ports-65b641393ae38abd543b601e21161248b1935e4b.tar.zst marcuscom-ports-65b641393ae38abd543b601e21161248b1935e4b.zip |
Correct a dependency, x11-themes/qt-bluecurve-theme lives in X11BASE.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7639 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/bluecurve-themes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/bluecurve-themes/Makefile b/x11-themes/bluecurve-themes/Makefile index 2c2833c84..432167ec7 100644 --- a/x11-themes/bluecurve-themes/Makefile +++ b/x11-themes/bluecurve-themes/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= bluecurve-themes -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= x11-themes MAINTAINER= jylefort@FreeBSD.org @@ -23,7 +23,7 @@ EXTRACT_ONLY= # empty RUN_DEPENDS= ${X11BASE}/lib/X11/icons/Bluecurve/cursors/X_cursor:${PORTSDIR}/x11-themes/cursor-bluecurve-theme \ ${LOCALBASE}/share/themes/Bluecurve/index.theme:${PORTSDIR}/x11-themes/gnome-bluecurve-theme \ ${LINUXBASE}/usr/share/themes/Bluecurve/gtk-2.0/gtkrc:${PORTSDIR}/x11-themes/linux-gtk-bluecurve-theme \ - ${LOCALBASE}/lib/plugins/styles/bluecurve.so:${PORTSDIR}/x11-themes/qt-bluecurve-theme \ + ${X11BASE}/lib/plugins/styles/bluecurve.so:${PORTSDIR}/x11-themes/qt-bluecurve-theme \ ${LOCALBASE}/share/xmms/Skins/Bluecurve-xmms.zip:${PORTSDIR}/x11-themes/xmms-bluecurve-theme NO_BUILD= yes |