diff options
author | nemoliu <nemoliu@FreeBSD.org> | 2010-02-05 14:00:41 +0800 |
---|---|---|
committer | nemoliu <nemoliu@FreeBSD.org> | 2010-02-05 14:00:41 +0800 |
commit | b9433c7798c5ecb321658762865e45904329d669 (patch) | |
tree | 1c655ba1ecf26cae73bc46bfacec16377217bcb0 | |
parent | 6143d903df1a07aff25469b6eddffa452ac47a18 (diff) | |
download | freebsd-ports-gnome-b9433c7798c5ecb321658762865e45904329d669.tar.gz freebsd-ports-gnome-b9433c7798c5ecb321658762865e45904329d669.tar.zst freebsd-ports-gnome-b9433c7798c5ecb321658762865e45904329d669.zip |
- Fix wrong RUN_DEPENDS way
Reported by: Boris Samorodov <bsam@ipt.ru>
-rw-r--r-- | www/davical/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/davical/Makefile b/www/davical/Makefile index 342465f468be..60d6b9030906 100644 --- a/www/davical/Makefile +++ b/www/davical/Makefile @@ -19,12 +19,11 @@ RUN_DEPENDS= ${LOCALBASE}/include/php/ext/pgsql:${PORTSDIR}/databases/php5-pgsql ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \ ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg \ ${LOCALBASE}/bin/pwgen:${PORTSDIR}/sysutils/pwgen \ - php-libawl>=0.37:${PORTSDIR}/devel/php-libawl \ - ${PORTSDIR}/converters/php5-iconv + php-libawl>=0.37:${PORTSDIR}/devel/php-libawl NO_BUILD= yes -USE_PHP= gettext pcre xml +USE_PHP= gettext pcre xml iconv SUB_FILES= pkg-message httpd-davical.conf WWWDIR?= ${PREFIX}/www/${PORTNAME} |