diff options
Diffstat (limited to 'www/caudium10/Makefile')
-rw-r--r-- | www/caudium10/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/caudium10/Makefile b/www/caudium10/Makefile index 2d4564302fca..f82e3132bba6 100644 --- a/www/caudium10/Makefile +++ b/www/caudium10/Makefile @@ -14,13 +14,13 @@ DISTNAME= caudium-${PORTVERSION} MAINTAINER= kiwi@oav.net -BUILD_DEPENDS= pike:${PORTSDIR}/lang/pike70cvs/ +BUILD_DEPENDS= pike:${PORTSDIR}/lang/pike/ LIB_DEPENDS= sablot.69:${PORTSDIR}/textproc/sablotron/ WRKSRC= ${WRKDIR}/${DISTNAME}/ GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --without-debug --with-PiXSL +CONFIGURE_ARGS+= --without-debug --with-PiXSL --prefix=${PREFIX} USE_GMAKE= yes USE_BZIP2= yes |