diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-10-30 06:42:26 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-10-30 06:42:26 +0800 |
commit | 92076d63ecaa5808b5f077822a882cfe19b9a5b0 (patch) | |
tree | f3f6a93a6d8a061fbfa86b283b186b32aabb552e | |
parent | 4018a1e050aa226b0cdb4b4860055241f5914963 (diff) | |
download | marcuscom-ports-92076d63ecaa5808b5f077822a882cfe19b9a5b0.tar marcuscom-ports-92076d63ecaa5808b5f077822a882cfe19b9a5b0.tar.gz marcuscom-ports-92076d63ecaa5808b5f077822a882cfe19b9a5b0.tar.bz2 marcuscom-ports-92076d63ecaa5808b5f077822a882cfe19b9a5b0.tar.lz marcuscom-ports-92076d63ecaa5808b5f077822a882cfe19b9a5b0.tar.xz marcuscom-ports-92076d63ecaa5808b5f077822a882cfe19b9a5b0.tar.zst marcuscom-ports-92076d63ecaa5808b5f077822a882cfe19b9a5b0.zip |
Remove the missing WITH_DROPSHADOW.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4997 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index 46f486b5e..2fd8df05e 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.78 2005/10/04 11:35:27 kwm Exp $ +# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.79 2005/10/29 22:31:17 marcus Exp $ # PORTNAME= gtk @@ -78,15 +78,6 @@ CFLAGS+= -mno-sse2 .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_DEBUG) @${ECHO_MSG} @${ECHO_MSG} "Enable or disable debugging with the following knob" |