diff options
author | ale <ale@FreeBSD.org> | 2004-07-19 17:42:16 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-07-19 17:42:16 +0800 |
commit | 0c8d173c4f6b9a4a6c95b359fe6590155d1587bc (patch) | |
tree | a2008911e7027e1ba5ef047b1405ee5c0b930106 /sysutils/dtc/Makefile | |
parent | 5c8f33922e7a2a31b714ab4008b5963c0fa11c48 (diff) | |
download | freebsd-ports-gnome-0c8d173c4f6b9a4a6c95b359fe6590155d1587bc.tar.gz freebsd-ports-gnome-0c8d173c4f6b9a4a6c95b359fe6590155d1587bc.tar.zst freebsd-ports-gnome-0c8d173c4f6b9a4a6c95b359fe6590155d1587bc.zip |
Switch to the new PHP infrastructure.
Diffstat (limited to 'sysutils/dtc/Makefile')
-rw-r--r-- | sysutils/dtc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/dtc/Makefile b/sysutils/dtc/Makefile index 77e6c30bf0c0..8a910b4adcdc 100644 --- a/sysutils/dtc/Makefile +++ b/sysutils/dtc/Makefile @@ -7,20 +7,20 @@ PORTNAME= dtc PORTVERSION= 0.12.0.6 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.gplhost.com/pub/dtc/bsd/ MAINTAINER= thomas@goirand.fr COMMENT= A hosting web GUI for admin and accounting apache/named/proftpd/qmail -RUN_DEPENDS= php:${PHP_PORT} \ - ${LOCALBASE}/share/pear/Crypt/CBC.php:${PORTSDIR}/security/pear-Crypt_CBC \ +RUN_DEPENDS= ${LOCALBASE}/share/pear/Crypt/CBC.php:${PORTSDIR}/security/pear-Crypt_CBC \ ${LOCALBASE}/libexec/proftpd:${PORTSDIR}/ftp/proftpd-mysql \ ${LOCALBASE}/libexec/apache2/mod_log_sql.so:${PORTSDIR}/www/mod_log_sql2 \ ${LOCALBASE}/bin/webalizer:${PORTSDIR}/www/webalizer \ ${QMAIL_DIR}/bin/qmail-start:${PORTSDIR}/mail/qmail -PHP_PORT=${PORTSDIR}/lang/php4-dtc +USE_PHP= session mysql sockets gd QMAIL_DIR?= /var/qmail DTCROOT?= www/dtc |