summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2007-08-12 03:48:32 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2007-08-12 03:48:32 +0000
commitec3ea0949ec120dda961efc71b75b568d430068b (patch)
treea35b3a2a2011d78d46e1eaaef74ea308750d6aef
parentConvert port to the new autotools world order. (diff)
PREFIX -> LOCALBASE
Reported by: sat
Notes
Notes: svn path=/head/; revision=197493
-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