diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-04 00:23:17 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-04 00:23:17 +0000 |
commit | d438ac4311176995180af7352852731eae0886ce (patch) | |
tree | e569b4ab91a8f6010ce3b10aa62ab9b7fb7b45f3 /x11-themes/gnome-themes-extras | |
parent | e46d71a49e3a23d620e4ca71d472050328e021ca (diff) | |
download | FreeBSD-ports-d438ac4311176995180af7352852731eae0886ce.zip FreeBSD-ports-d438ac4311176995180af7352852731eae0886ce.tar.gz |
Add a reciprocal CONFLICTS entry for gtk-smooth-engine.
Diffstat (limited to 'x11-themes/gnome-themes-extras')
-rw-r--r-- | x11-themes/gnome-themes-extras/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-themes/gnome-themes-extras/Makefile b/x11-themes/gnome-themes-extras/Makefile index 1c8a9b4..b3ae930 100644 --- a/x11-themes/gnome-themes-extras/Makefile +++ b/x11-themes/gnome-themes-extras/Makefile @@ -25,6 +25,8 @@ USE_GNOME= gnomehack libgnomeui CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +CONFLICTS= gtk-smooth-engine-* + post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ "/^themedir =.*metacity-1$$/s|themes|gnome/themes|" |