summaryrefslogtreecommitdiff
path: root/x11-themes/gtk-bluecurve-theme
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-10-14 08:54:54 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-10-14 08:54:54 +0000
commit29747f458a1eb2ce23b4594b09d0256dd62760b8 (patch)
tree1b71ba5d9ffdd308b6c18130f7c116f5bab5dc12 /x11-themes/gtk-bluecurve-theme
parent- Add goocanvas (diff)
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
Notes
Notes: svn path=/head/; revision=175261
Diffstat (limited to 'x11-themes/gtk-bluecurve-theme')
-rw-r--r--x11-themes/gtk-bluecurve-theme/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-themes/gtk-bluecurve-theme/Makefile b/x11-themes/gtk-bluecurve-theme/Makefile
index 77f75d95af68..45226e7d0807 100644
--- a/x11-themes/gtk-bluecurve-theme/Makefile
+++ b/x11-themes/gtk-bluecurve-theme/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gtk-bluecurve-theme
-PORTREVISION= 1
+PORTREVISION= 2
COMMENT= The Bluecurve GTK+ 1.x and 2.x themes
@@ -17,8 +17,8 @@ PATCH_STRIP= -p1
# GTK+ 1.x theme engine
USE_GNOME+= gdkpixbuf
-GTK1_CFLAGS= `${X11BASE}/bin/gdk-pixbuf-config --cflags`
-GTK1_LIBS= `${X11BASE}/bin/gdk-pixbuf-config --libs`
+GTK1_CFLAGS= `${LOCALBASE}/bin/gdk-pixbuf-config --cflags`
+GTK1_LIBS= `${LOCALBASE}/bin/gdk-pixbuf-config --libs`
GTK1_WRKSRC= ${WRKSRC}/art/gtk/Bluecurve1
GTK1_RCDIR= gtk
GTK1_SOURCES= bluecurve1_theme_main.c bluecurve1_theme_draw.c
@@ -39,7 +39,7 @@ EXTRA_STYLES= BerriesAndCream Gnome Grape Lime Slate Strawberry Tangerine
post-patch:
.for v in 1 2
. for s in ${EXTRA_STYLES}
- @${REINPLACE_CMD} -e 's|/usr|${X11BASE}|' \
+ @${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|' \
${WRKSRC}/art/gtk/Bluecurve-${s}/${GTK${v}_RCDIR}/gtkrc
. endfor
.endfor