summaryrefslogtreecommitdiff
path: root/x11-themes/gnome-themes-extras/Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-06-17 10:30:56 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-06-17 10:30:56 +0000
commite5cd0c6b8389bed2ea36c16b58a12712b210869b (patch)
treef2e1a275937d219505cf1201e1f5e9e24ea0478f /x11-themes/gnome-themes-extras/Makefile
parentremove duplicated entry in my previous commit. (diff)
Stop building and installing the Gorilla libraries, which to render
properly need the Industrial theme engine libraries, which are available only as part of a Gentoo Linux-produced RPM. The author tells me libIndustrial will be part of gnome-themes-extras "soonish." PORTREVISION bump.
Notes
Notes: svn path=/head/; revision=83142
Diffstat (limited to 'x11-themes/gnome-themes-extras/Makefile')
-rw-r--r--x11-themes/gnome-themes-extras/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-themes/gnome-themes-extras/Makefile b/x11-themes/gnome-themes-extras/Makefile
index 8dce65e9947e..a0c93a81ef8c 100644
--- a/x11-themes/gnome-themes-extras/Makefile
+++ b/x11-themes/gnome-themes-extras/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnome-themes-extras
PORTVERSION= 0.1
+PORTREVISION= 1
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.1
@@ -21,4 +22,7 @@ USE_REINPLACE= yes
USE_LIBTOOL= yes
USE_GNOME= gnomehack libgnomeui
+post-patch:
+ @${REINPLACE_CMD} -e "/^SUBDIRS/s/Gorilla//" ${WRKSRC}/Makefile.in
+
.include <bsd.port.mk>