diff options
author | ahze <ahze@FreeBSD.org> | 2005-11-05 14:02:42 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-11-05 14:02:42 +0800 |
commit | 016706d1d51bff7c511dc53e1c2341c94ea70cb1 (patch) | |
tree | db914fa105c15ed78c1da4f5257d76583bd6a548 | |
parent | ae195f4759a0c94bdf9394ae1e3a88ba2ae08b37 (diff) | |
download | freebsd-ports-gnome-016706d1d51bff7c511dc53e1c2341c94ea70cb1.tar.gz freebsd-ports-gnome-016706d1d51bff7c511dc53e1c2341c94ea70cb1.tar.zst freebsd-ports-gnome-016706d1d51bff7c511dc53e1c2341c94ea70cb1.zip |
- Add CONFLICTS= gnome-themes-2.11.9[1-9]* gnome-themes-2.12.*
since gnome has clearlooks now =)m
-rw-r--r-- | x11-themes/clearlooks-metacity/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-themes/clearlooks-metacity/Makefile b/x11-themes/clearlooks-metacity/Makefile index aefa16922b86..d68719b39657 100644 --- a/x11-themes/clearlooks-metacity/Makefile +++ b/x11-themes/clearlooks-metacity/Makefile @@ -3,6 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ +# $MCom: ports/x11-themes/clearlooks-metacity/Makefile,v 1.1 2005/08/08 15:27:13 kwm Exp $ # PORTNAME= clearlooks-metacity @@ -15,6 +16,8 @@ MASTER_SITE_SUBDIR= clearlooks MAINTAINER= ahze@FreeBSD.org COMMENT= Clearlooks Metacity theme +CONFLICTS= gnome-themes-2.11.9[1-9]* gnome-themes-2.12.* + WRKSRC= ${WRKDIR}/Clearlooks/metacity-1/ USE_GNOME= metacity gnomeprefix USE_X_PREFIX= yes |