diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-30 06:14:38 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-30 06:14:38 +0000 |
commit | 09a0f3acf52085fe1f71f578c534a2b297e852a3 (patch) | |
tree | d0c46b7222b7fc0e659c1a6c0e99dcbcffbf3df1 | |
parent | 770ae7fc932f3b3f39f6cd7b63bf9a8f858e6224 (diff) | |
download | ports-09a0f3acf52085fe1f71f578c534a2b297e852a3.tar.gz ports-09a0f3acf52085fe1f71f578c534a2b297e852a3.zip |
- Delete incorrect dependency on php5-session (it already is listed in USE_PHP)
Reported by: pointyhat
- While here, X11BASE -> LOCALBASE
Notes
Notes:
svn path=/head/; revision=212319
-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 \ |