diff options
author | pav <pav@FreeBSD.org> | 2008-04-30 14:14:38 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-04-30 14:14:38 +0800 |
commit | 38b590a47aca0af96e610ab4aebdf1df19eace66 (patch) | |
tree | 8c0262e343af57ab20e98f0034979a1b0e79813d /sysutils/dtc | |
parent | bcf90b0bc8ca6482f1442a1211866c27dfd6bd95 (diff) | |
download | freebsd-ports-gnome-38b590a47aca0af96e610ab4aebdf1df19eace66.tar.gz freebsd-ports-gnome-38b590a47aca0af96e610ab4aebdf1df19eace66.tar.zst freebsd-ports-gnome-38b590a47aca0af96e610ab4aebdf1df19eace66.zip |
- Delete incorrect dependency on php5-session (it already is listed in USE_PHP)
Reported by: pointyhat
- While here, X11BASE -> LOCALBASE
Diffstat (limited to 'sysutils/dtc')
-rw-r--r-- | sysutils/dtc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/dtc/Makefile b/sysutils/dtc/Makefile index ec75b863c4e1..3aefcdef146f 100644 --- a/sysutils/dtc/Makefile +++ b/sysutils/dtc/Makefile @@ -17,7 +17,6 @@ COMMENT= A hosting web GUI for admin and accounting all hosting services RUN_DEPENDS= ${LOCALBASE}/libexec/mysqld:${PORTSDIR}/databases/mysql50-server \ ${LOCALBASE}/libexec/apache22/mod_log_sql.so:${PORTSDIR}/www/mod_log_sql2-dtc \ - ${LOCALBASE}/libexec/apache22/libphp5.so:${PORTSDIR}/www/php5-session \ ${LOCALBASE}/share/pear/Crypt/CBC.php:${PORTSDIR}/security/pear-Crypt_CBC \ ${LOCALBASE}/www/cgi-bin/sbox:${PORTSDIR}/www/sbox-dtc \ ${LOCALBASE}/bin/sudo:${PORTSDIR}/security/sudo \ @@ -25,8 +24,8 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/mysqld:${PORTSDIR}/databases/mysql50-server \ ${LOCALBASE}/sbin/chrootuid:${PORTSDIR}/security/chrootuid \ ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget \ ${LOCALBASE}/share/fpdf/fpdf.php:${PORTSDIR}/print/fpdf \ - ${X11BASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera \ - ${X11BASE}/lib/X11/fonts/webfonts/verdana.ttf:${PORTSDIR}/x11-fonts/webfonts \ + ${LOCALBASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera \ + ${LOCALBASE}/lib/X11/fonts/webfonts/verdana.ttf:${PORTSDIR}/x11-fonts/webfonts \ ${LOCALBASE}/bin/mhonarc:${PORTSDIR}/www/mhonarc \ ${LOCALBASE}/bin/mlmmj-list:${PORTSDIR}/mail/mlmmj \ ${LOCALBASE}/bin/ncftpput:${PORTSDIR}/ftp/ncftp3 \ |