aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2007-08-12 11:48:32 +0800
committermezz <mezz@FreeBSD.org>2007-08-12 11:48:32 +0800
commit63439f2782086dfb6e78253baa6b09b4749fefc7 (patch)
treeb47962a673e04dafb9674daed789298a25b36c28 /x11-toolkits
parent736a76bed51c80e40f076667b791d62726085fcb (diff)
downloadfreebsd-ports-gnome-63439f2782086dfb6e78253baa6b09b4749fefc7.tar.gz
freebsd-ports-gnome-63439f2782086dfb6e78253baa6b09b4749fefc7.tar.zst
freebsd-ports-gnome-63439f2782086dfb6e78253baa6b09b4749fefc7.zip
PREFIX -> LOCALBASE
Reported by: sat
Diffstat (limited to 'x11-toolkits')
-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