diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-09-10 21:44:38 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-09-10 21:44:38 +0000 |
commit | b78d741f2973ec42fcfcb5dbc68fefc5ef88ffa2 (patch) | |
tree | d38939f968fb90a5dc1f042b7a280ebc6fdcf2cb /www | |
parent | Add www6to4 1.5, lightweight http proxy to help IPv4 only browsers. (diff) |
* Fix dependency
* respect PREFIX
PR: ports/42648
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=66095
Diffstat (limited to '')
-rw-r--r-- | www/caudium/Makefile | 4 | ||||
-rw-r--r-- | www/caudium10/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/caudium/Makefile b/www/caudium/Makefile index 2d4564302fca..f82e3132bba6 100644 --- a/www/caudium/Makefile +++ b/www/caudium/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 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 |