diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-05 12:15:24 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-05 12:15:24 +0800 |
commit | 8494aa8bf404b55ca369999c693e2d3d4d50fcbc (patch) | |
tree | 43e34bd16868d5cf6b6cac075b149d2211a0a95b /x11-themes/gnome-themes-extras/Makefile | |
parent | 678800f765c0c55c5255fc8639c4e85d602d3c5f (diff) | |
download | freebsd-ports-gnome-8494aa8bf404b55ca369999c693e2d3d4d50fcbc.tar.gz freebsd-ports-gnome-8494aa8bf404b55ca369999c693e2d3d4d50fcbc.tar.zst freebsd-ports-gnome-8494aa8bf404b55ca369999c693e2d3d4d50fcbc.zip |
Fix some known compatibility problems with GNOME 2.6.
Diffstat (limited to 'x11-themes/gnome-themes-extras/Makefile')
-rw-r--r-- | x11-themes/gnome-themes-extras/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-themes/gnome-themes-extras/Makefile b/x11-themes/gnome-themes-extras/Makefile index b8a1699ab1a0..13229e93b76a 100644 --- a/x11-themes/gnome-themes-extras/Makefile +++ b/x11-themes/gnome-themes-extras/Makefile @@ -21,12 +21,14 @@ USE_X_PREFIX= yes USE_REINPLACE= yes USE_LIBTOOL_VER=13 USE_GMAKE= yes -USE_GNOME= gnomehack libgnomeui +USE_GNOME= gnomehack libgnomeui lthack CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" 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|" |