summaryrefslogtreecommitdiff
path: root/editors/scite
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-04-01 23:13:18 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-04-01 23:13:18 +0000
commit15d55699129f2f8734b1c0d6de4006c84761bbd0 (patch)
tree254b64b40c192a946c7ab676239e22d6cb925acf /editors/scite
parent- Mark BROKEN: hits internal compiler bug on FreeBSD 5.X/amd64 (diff)
- Re enable IGNORE when PACKAGE_BUILDING is set
Submitted by: pavbot
Notes
Notes: svn path=/head/; revision=210350
Diffstat (limited to 'editors/scite')
-rw-r--r--editors/scite/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/scite/Makefile b/editors/scite/Makefile
index a9eff4186336..f2942345f41a 100644
--- a/editors/scite/Makefile
+++ b/editors/scite/Makefile
@@ -30,9 +30,9 @@ SUB_FILES= pkg-message
MAN1= scite.1
-#.if defined(PACKAGE_BUILDING)
-#IGNORE= x11-toolkits/scintilla does not build with GTK+2 support by default
-#.endif
+.if defined(PACKAGE_BUILDING)
+IGNORE= x11-toolkits/scintilla does not build with GTK+2 support by default
+.endif
pre-configure:
@if [ -n "`${PKG_INFO} -E 'scintilla-[0-9]*' 2> /dev/null`" ]; then \