aboutsummaryrefslogtreecommitdiffstats
path: root/editors/scite
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2004-07-24 04:02:31 +0800
committeranholt <anholt@FreeBSD.org>2004-07-24 04:02:31 +0800
commit23e6447aacd9b7ce250028494041cf2aac3328a2 (patch)
tree5a59280fcafdd28ea3133e1a7635240c921c84ec /editors/scite
parent3af64abb1dc473cf0a40230d633315ea6b28c094 (diff)
downloadfreebsd-ports-gnome-23e6447aacd9b7ce250028494041cf2aac3328a2.tar.gz
freebsd-ports-gnome-23e6447aacd9b7ce250028494041cf2aac3328a2.tar.zst
freebsd-ports-gnome-23e6447aacd9b7ce250028494041cf2aac3328a2.zip
Don't print the WITH_GTK2 availability message if WITH_GTK2 is already set.
Diffstat (limited to 'editors/scite')
-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 \