diff options
Diffstat (limited to 'www/caudium14/Makefile')
-rw-r--r-- | www/caudium14/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/caudium14/Makefile b/www/caudium14/Makefile index 58243439e951..5f540bd4235e 100644 --- a/www/caudium14/Makefile +++ b/www/caudium14/Makefile @@ -33,7 +33,7 @@ PIKEVERSION= 7.2.492 SH= ${PREFIX}/bin/bash GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-debug --with-PiXSL --prefix=${PREFIX} \ - --with-pike=/usr/local/bin/pike + --with-pike=${LOCALBASE}/bin/pike USE_GMAKE= yes |