diff options
Diffstat (limited to 'x11-themes/gtk-engines2/Makefile')
-rw-r--r-- | x11-themes/gtk-engines2/Makefile | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/x11-themes/gtk-engines2/Makefile b/x11-themes/gtk-engines2/Makefile index 035950a42..76aea5225 100644 --- a/x11-themes/gtk-engines2/Makefile +++ b/x11-themes/gtk-engines2/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-themes/gtk-engines2/Makefile,v 1.29 2006/10/03 01:32:23 ahze Exp $ +# $MCom: ports/x11-themes/gtk-engines2/Makefile,v 1.31 2006/12/05 14:38:01 ahze Exp $ # PORTNAME= gtk-engines2 -PORTVERSION= 2.9.0 +PORTVERSION= 2.9.1 CATEGORIES= x11-themes MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.9 @@ -22,18 +22,19 @@ CONFLICTS= gtk-smooth-engine-[0-9]* clearlooks-[0-9]* USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= gnomehack gtk20 +USE_LDCONFIG= yes .if defined(WITH_ANIMATION) CONFIGURE_ARGS+= --enable-animation .endif -pre-everything:: -.if !defined(WITH_ANIMATION) - @${ECHO_MSG} "" - @${ECHO_MSG} " You can enable experimental animated progressbars" - @${ECHO_MSG} " with the clearlooks engine by defining" - @${ECHO_MSG} " WITH_ANIMATION" - @${ECHO_MSG} "" +pre-everything:: +.if !defined(WITH_ANIMATION) + @${ECHO_MSG} "" + @${ECHO_MSG} " You can enable experimental animated progressbars" + @${ECHO_MSG} " with the clearlooks engine by defining" + @${ECHO_MSG} " WITH_ANIMATION" + @${ECHO_MSG} "" .endif # Disable the gtk1 theme. |