diff options
author | obraun <obraun@FreeBSD.org> | 2002-09-11 05:44:38 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2002-09-11 05:44:38 +0800 |
commit | 7d36ee569f37a98227c14242374029bae59c93d4 (patch) | |
tree | c8bfaaa4d5da0b72a9b326fa597c139170f0ce64 /www | |
parent | 525bdd7d4c10a27480612f2ce8018febac015155 (diff) | |
download | freebsd-ports-gnome-7d36ee569f37a98227c14242374029bae59c93d4.tar.gz freebsd-ports-gnome-7d36ee569f37a98227c14242374029bae59c93d4.tar.zst freebsd-ports-gnome-7d36ee569f37a98227c14242374029bae59c93d4.zip |
* Fix dependency
* respect PREFIX
PR: ports/42648
Submitted by: maintainer
Diffstat (limited to 'www')
-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 |