aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2004-07-23 20:02:31 +0000
committerEric Anholt <anholt@FreeBSD.org>2004-07-23 20:02:31 +0000
commit51c06499d3d3b3617007d835308cbc84c8f93a27 (patch)
tree64531d06c2948fd2e1a134d9bea4590e13492045
parentbf49fa676399491ffa82a027b7b750354117c12a (diff)
downloadports-51c06499d3d3b3617007d835308cbc84c8f93a27.tar.gz
ports-51c06499d3d3b3617007d835308cbc84c8f93a27.zip
Notes
-rw-r--r--editors/scite/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/scite/Makefile b/editors/scite/Makefile
index fb60b2167b3e..ee84c3c8312a 100644
--- a/editors/scite/Makefile
+++ b/editors/scite/Makefile
@@ -37,6 +37,7 @@ MAKE_ARGS= GTK1=yes
MAN1= scite.1
+.if !defined(WITH_GTK2)
pre-everything::
@${ECHO_MSG} ""
@${ECHO_MSG} "SciTE has the following tunable option(s):"
@@ -44,6 +45,7 @@ pre-everything::
@${ECHO_MSG} " (unavailable if x11-toolkits/scintilla has been"
@${ECHO_MSG} " built with GTK-1.x support)"
@${ECHO_MSG} ""
+.endif
post-patch:
@cd ${WRKSRC} && ${MV} SciTE.desktop SciTE.desktop.pre_tr \