diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-04 06:58:28 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-04 06:58:28 +0800 |
commit | 17ff517383f958e26ac83e2836e371d3d503e896 (patch) | |
tree | bce9953c24b460ae1213292758ad74bb1a4fe5ff /x11-themes | |
parent | 715145c4899fdabacb22b5b9cd477c780a79603f (diff) | |
download | marcuscom-ports-17ff517383f958e26ac83e2836e371d3d503e896.tar marcuscom-ports-17ff517383f958e26ac83e2836e371d3d503e896.tar.gz marcuscom-ports-17ff517383f958e26ac83e2836e371d3d503e896.tar.bz2 marcuscom-ports-17ff517383f958e26ac83e2836e371d3d503e896.tar.lz marcuscom-ports-17ff517383f958e26ac83e2836e371d3d503e896.tar.xz marcuscom-ports-17ff517383f958e26ac83e2836e371d3d503e896.tar.zst marcuscom-ports-17ff517383f958e26ac83e2836e371d3d503e896.zip |
- Up the version required of gtk-engines and remove the option for using
x11-themes/clearlooks instead of gtk-engines.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6206 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/beastie/Makefile | 25 |
1 files changed, 4 insertions, 21 deletions
diff --git a/x11-themes/beastie/Makefile b/x11-themes/beastie/Makefile index a3af6ceb2..71892301a 100644 --- a/x11-themes/beastie/Makefile +++ b/x11-themes/beastie/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-themes/beastie/Makefile,v 1.6 2005/10/26 04:36:11 ahze Exp $ +# $MCom: ports/x11-themes/beastie/Makefile,v 1.8 2006/05/03 22:56:31 ahze Exp $ # PORTNAME= beastie @@ -17,6 +17,9 @@ DISTNAME= Beastie-${PORTVERSION} MAINTAINER= ahze@FreeBSD.org COMMENT= Gnome theme with FreeBSD Colors +RUN_DEPENDS+= gtk-engines2>=2.7.4_1:${PORTSDIR}/x11-themes/gtk-engines2 \ + gnome-themes>=2.11.91:${PORTSDIR}/x11-themes/gnome-themes + WRKSRC= ${WRKDIR}/Beastie USE_X_PREFIX= yes NO_BUILD= yes @@ -28,26 +31,6 @@ PLIST_DIRS= ${THEME_DIR}/gtk-2.0 ${THEME_DIR} .include <bsd.port.pre.mk> -.if exists(${X11BASE}/libdata/pkgconfig/gtk-engines-2.pc) -WITH_GTKENGINES= yes -.endif - -.if !defined(WITHOUT_GTKENGINES) || defined(WITH_GTKENGINES) -RUN_DEPENDS+= gtk-engines2>=2.6.4:${PORTSDIR}/x11-themes/gtk-engines2 \ - gnome-themes>=2.11.91:${PORTSDIR}/x11-themes/gnome-themes -.else -RUN_DEPENDS+= clearlooks>=0.6.0:${PORTSDIR}/x11-themes/clearlooks \ - clearlooks-metacity>=0.6:${PORTSDIR}/x11-themes/clearlooks-metacity -.endif - -pre-everything:: -.if !defined(WITHOUT_GTKENGINES) && !defined(WITH_GTKENGINES) - @${ECHO_MSG} "You can disable gtk-engines support (clearlooks)" - @${ECHO_MSG} "and use x11-themes/clearlooks for the clearlooks" - @${ECHO_MSG} "engine by defining" - @${ECHO_MSG} "WITHOUT_GTKENGINES=yes" -.endif - do-install: ${MKDIR} ${PREFIX}/${THEME_DIR}/gtk-2.0 .for f in ${THEME_FILES} |