diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
commit | 29747f458a1eb2ce23b4594b09d0256dd62760b8 (patch) | |
tree | 1b71ba5d9ffdd308b6c18130f7c116f5bab5dc12 /x11-themes/gtk-bluecurve-theme | |
parent | 7aad84f808b93baa6a7077ce0b47573b9c4c79a0 (diff) | |
download | ports-29747f458a1eb2ce23b4594b09d0256dd62760b8.tar.gz ports-29747f458a1eb2ce23b4594b09d0256dd62760b8.zip |
Notes
Diffstat (limited to 'x11-themes/gtk-bluecurve-theme')
-rw-r--r-- | x11-themes/gtk-bluecurve-theme/Makefile | 8 |
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 |