summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-toolkits/gtkscintilla/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gtkscintilla/Makefile b/x11-toolkits/gtkscintilla/Makefile
index eb55ebe15452..d264ce879655 100644
--- a/x11-toolkits/gtkscintilla/Makefile
+++ b/x11-toolkits/gtkscintilla/Makefile
@@ -24,7 +24,7 @@ USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
-.if !exists(${PREFIX}/include/scintilla/.scintilla-gtk1)
+.if !exists(${LOCALBASE}/include/scintilla/.scintilla-gtk1)
IGNORE= requires x11-toolkits/scintilla to be built with GTK+1
.endif