summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-01-08 04:35:33 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-01-08 04:35:33 +0800
commitd6ccfafe8d2b50f15629501e8ad2033d24a998bb (patch)
tree6ad17431ea51c08c37ec9119eda5966aba529eeb
parent268bb5b915b92079985d6846d2425dedfa8a2afd (diff)
downloadmarcuscom-ports-d6ccfafe8d2b50f15629501e8ad2033d24a998bb.tar
marcuscom-ports-d6ccfafe8d2b50f15629501e8ad2033d24a998bb.tar.gz
marcuscom-ports-d6ccfafe8d2b50f15629501e8ad2033d24a998bb.tar.bz2
marcuscom-ports-d6ccfafe8d2b50f15629501e8ad2033d24a998bb.tar.lz
marcuscom-ports-d6ccfafe8d2b50f15629501e8ad2033d24a998bb.tar.xz
marcuscom-ports-d6ccfafe8d2b50f15629501e8ad2033d24a998bb.tar.zst
marcuscom-ports-d6ccfafe8d2b50f15629501e8ad2033d24a998bb.zip
- Remove WITH_ANIMATION knob, it's always used now.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5363 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--x11-themes/gtk-engines2/Makefile15
1 files changed, 1 insertions, 14 deletions
diff --git a/x11-themes/gtk-engines2/Makefile b/x11-themes/gtk-engines2/Makefile
index e9a975f7a..6e613e004 100644
--- a/x11-themes/gtk-engines2/Makefile
+++ b/x11-themes/gtk-engines2/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11-themes/gtk-engines2/Makefile,v 1.13 2005/12/14 02:12:35 ahze Exp $
+# $MCom: ports/x11-themes/gtk-engines2/Makefile,v 1.14 2006/01/02 23:23:47 ahze Exp $
#
PORTNAME= gtk-engines2
@@ -26,19 +26,6 @@ USE_AUTOTOOLS= libtool:15
USE_GNOME= gnomehack gtk20
PLIST_SUB= GTK_VERSION="2.4.0"
-.if defined(WITH_ANIMATION)
-CFLAGS+= -DHAVE_ANIMATION=1
-.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} ""
-.endif
-
# Disable the gtk1 theme.
post-patch:
@${REINPLACE_CMD} -e 's|gtk gtk-2.0|gtk-2.0|g' \