diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-04 08:23:17 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-04 08:23:17 +0800 |
commit | d438ac4311176995180af7352852731eae0886ce (patch) | |
tree | e569b4ab91a8f6010ce3b10aa62ab9b7fb7b45f3 /x11-toolkits | |
parent | e46d71a49e3a23d620e4ca71d472050328e021ca (diff) | |
download | freebsd-ports-gnome-d438ac4311176995180af7352852731eae0886ce.tar.gz freebsd-ports-gnome-d438ac4311176995180af7352852731eae0886ce.tar.zst freebsd-ports-gnome-d438ac4311176995180af7352852731eae0886ce.zip |
Add a reciprocal CONFLICTS entry for gtk-smooth-engine.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnome-themes-extras/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/gnome-themes-extras/Makefile b/x11-toolkits/gnome-themes-extras/Makefile index 1c8a9b4f78d1..b3ae9303576d 100644 --- a/x11-toolkits/gnome-themes-extras/Makefile +++ b/x11-toolkits/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|" |