summaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2005-04-13 21:48:53 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2005-04-13 21:48:53 +0000
commit8a7d7059f34c9e0a0beb05da029e6a2343958fcc (patch)
tree3cb6deb04e4c0655127d96c7d9d4285788c1c818 /x11-themes
parentDon't depend on faad, since it's marked NO_CDROM. (diff)
Fix the broke Clearlooks theme in gnome-panel/menu, bump the PORTREVISION.
Notes
Notes: svn path=/head/; revision=133280
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/gtk-engines2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-themes/gtk-engines2/Makefile b/x11-themes/gtk-engines2/Makefile
index 69a7e1be0544..a5e309e0b97d 100644
--- a/x11-themes/gtk-engines2/Makefile
+++ b/x11-themes/gtk-engines2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gtk-engines2
PORTVERSION= 2.6.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-themes
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.6
@@ -30,5 +30,7 @@ PLIST_SUB= GTK_VERSION="2.4.0"
post-patch:
@${REINPLACE_CMD} -e 's|gtk gtk-2.0|gtk-2.0|' \
${WRKSRC}/themes/Redmond/Makefile.in
+ @${REINPLACE_CMD} -e 's|menubarstyle|sunkenmenubar|g' \
+ ${WRKSRC}/themes/Clearlooks/gtk-2.0/gtkrc
.include <bsd.port.mk>