diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-17 10:16:01 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-17 10:16:01 +0800 |
commit | 52380f42e8fb2cea14c37b390f8cc474f3430c71 (patch) | |
tree | f12f9dab3e5f96a33c292f6abcd9ccde522e5357 /x11-toolkits/gnome-themes-extras/Makefile | |
parent | a60a90b6e53e35eaa676f82c0a92462a52b69def (diff) | |
download | marcuscom-ports-52380f42e8fb2cea14c37b390f8cc474f3430c71.tar marcuscom-ports-52380f42e8fb2cea14c37b390f8cc474f3430c71.tar.gz marcuscom-ports-52380f42e8fb2cea14c37b390f8cc474f3430c71.tar.bz2 marcuscom-ports-52380f42e8fb2cea14c37b390f8cc474f3430c71.tar.lz marcuscom-ports-52380f42e8fb2cea14c37b390f8cc474f3430c71.tar.xz marcuscom-ports-52380f42e8fb2cea14c37b390f8cc474f3430c71.tar.zst marcuscom-ports-52380f42e8fb2cea14c37b390f8cc474f3430c71.zip |
* Add a patch to fix a NULL pointer dereference in the Industrial theme
* Chase the module location for gtk20
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2105 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gnome-themes-extras/Makefile')
-rw-r--r-- | x11-toolkits/gnome-themes-extras/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/gnome-themes-extras/Makefile b/x11-toolkits/gnome-themes-extras/Makefile index 4b0cd0b48..af73e28dd 100644 --- a/x11-toolkits/gnome-themes-extras/Makefile +++ b/x11-toolkits/gnome-themes-extras/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnome-themes-extras PORTVERSION= 0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.6 @@ -27,6 +27,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFLICTS= gtk-smooth-engine-* +PLIST_SUB= GTK_VERSION="2.4.0" + post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ "/^themedir =.*metacity-1$$/s|themes|gnome/themes|" |