aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/dtc
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-04-30 14:14:38 +0800
committerpav <pav@FreeBSD.org>2008-04-30 14:14:38 +0800
commit38b590a47aca0af96e610ab4aebdf1df19eace66 (patch)
tree8c0262e343af57ab20e98f0034979a1b0e79813d /sysutils/dtc
parentbcf90b0bc8ca6482f1442a1211866c27dfd6bd95 (diff)
downloadfreebsd-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/Makefile5
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 \