summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-07-28 00:23:11 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-07-28 00:23:11 +0800
commit55c75889614aece2338eef14452ebd48c668fcf6 (patch)
tree6ff0c1b94f1ff26ff09303074af2c3da32c9821e /x11-toolkits
parentf8ffafca4f8708a536fd712a4611bf59a81e3a37 (diff)
downloadmarcuscom-ports-55c75889614aece2338eef14452ebd48c668fcf6.tar
marcuscom-ports-55c75889614aece2338eef14452ebd48c668fcf6.tar.gz
marcuscom-ports-55c75889614aece2338eef14452ebd48c668fcf6.tar.bz2
marcuscom-ports-55c75889614aece2338eef14452ebd48c668fcf6.tar.lz
marcuscom-ports-55c75889614aece2338eef14452ebd48c668fcf6.tar.xz
marcuscom-ports-55c75889614aece2338eef14452ebd48c668fcf6.tar.zst
marcuscom-ports-55c75889614aece2338eef14452ebd48c668fcf6.zip
Don't echo the message about drop shadow support. We don't support it
anymore (yet). git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4336 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gtk20/Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile
index 2774fd1b0..22d559eaa 100644
--- a/x11-toolkits/gtk20/Makefile
+++ b/x11-toolkits/gtk20/Makefile
@@ -3,7 +3,7 @@
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $FreeBSD$
-# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.62 2005/07/19 00:12:27 ahze Exp $
+# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.63 2005/07/27 08:27:14 mezz Exp $
#
PORTNAME= gtk
@@ -74,15 +74,15 @@ STRIP=
.endif
pre-everything::
-.if !defined(WITH_DROPSHADOW)
- @${ECHO_MSG}
- @${ECHO_MSG} "If you want to compile with experimental menu dropshadow patch,"
- @${ECHO_MSG} "hit Ctrl-C right now and use make \"WITH_DROPSHADOW=yes\""
- @${ECHO_MSG} "NOTE: This option is not supported by the FreeBSD GNOME Team."
- @${ECHO_MSG} "If the patch does not work or causes the build to fail, just"
- @${ECHO_MSG} "stop using the patch; we will not further debug it."
- @${ECHO_MSG}
-.endif
+#.if !defined(WITH_DROPSHADOW)
+# @${ECHO_MSG}
+# @${ECHO_MSG} "If you want to compile with experimental menu dropshadow patch,"
+# @${ECHO_MSG} "hit Ctrl-C right now and use make \"WITH_DROPSHADOW=yes\""
+# @${ECHO_MSG} "NOTE: This option is not supported by the FreeBSD GNOME Team."
+# @${ECHO_MSG} "If the patch does not work or causes the build to fail, just"
+# @${ECHO_MSG} "stop using the patch; we will not further debug it."
+# @${ECHO_MSG}
+#.endif
.if !defined(WITH_DEBUG)
@${ECHO_MSG}
@${ECHO_MSG} "Enable or disable debugging with the following knob"