diff options
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/pager/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/pager/Makefile b/x11-wm/pager/Makefile index e78b7ab4a..5c266eeee 100644 --- a/x11-wm/pager/Makefile +++ b/x11-wm/pager/Makefile @@ -23,7 +23,7 @@ USE_GMAKE= yes MAKEFILE= GNUmakefile USE_XLIB= yes -SAWFISH_VERSION= `${X11BASE}/bin/sawfish --version 2>&1 | \ +SAWFISH_VERSION= `${LOCALBASE}/bin/sawfish --version 2>&1 | \ ${SED} 's/^.*version[ ]*\([0-9.]*\).*/\1/'` PLIST_SUB+= SAWFISH_VERSION="${SAWFISH_VERSION}" |