diff options
author | adamw <adamw@FreeBSD.org> | 2003-06-17 18:30:56 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-06-17 18:30:56 +0800 |
commit | a71797f88bdcf349f0025420bc5e03215a10056d (patch) | |
tree | 35fab69736beab47f2c18805f9007cbbb3cab8d2 /x11-themes/gnome-themes-extras/Makefile | |
parent | 2d6af8dc20d5cbf538995a139c1c65033dce9f0e (diff) | |
download | freebsd-ports-gnome-a71797f88bdcf349f0025420bc5e03215a10056d.tar.gz freebsd-ports-gnome-a71797f88bdcf349f0025420bc5e03215a10056d.tar.zst freebsd-ports-gnome-a71797f88bdcf349f0025420bc5e03215a10056d.zip |
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.
Diffstat (limited to 'x11-themes/gnome-themes-extras/Makefile')
-rw-r--r-- | x11-themes/gnome-themes-extras/Makefile | 4 |
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> |