diff options
author | pav <pav@FreeBSD.org> | 2012-01-17 06:17:46 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2012-01-17 06:17:46 +0800 |
commit | 66e1134009a56ef33306f55243adf6d227d1ada2 (patch) | |
tree | efaca89e4381c050f87403d21634d602819db00e /sysutils | |
parent | dd64811c18057a2e1680ee5f9205d48158874a4b (diff) | |
download | freebsd-ports-gnome-66e1134009a56ef33306f55243adf6d227d1ada2.tar.gz freebsd-ports-gnome-66e1134009a56ef33306f55243adf6d227d1ada2.tar.zst freebsd-ports-gnome-66e1134009a56ef33306f55243adf6d227d1ada2.zip |
- Remove X11BASE
Reported by: pointyhat
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/dtc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/dtc/Makefile b/sysutils/dtc/Makefile index 1a0254941dab..025e744ccb80 100644 --- a/sysutils/dtc/Makefile +++ b/sysutils/dtc/Makefile @@ -31,8 +31,8 @@ RUN_DEPENDS= ${LOCALBASE}/${APACHEMODDIR}/mod_log_sql.so:${PORTSDIR}/www/mod_log ${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 \ |