diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-17 08:18:55 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-17 08:18:55 +0000 |
commit | 1447ddf41dade0b8c23522f6c71112c379528598 (patch) | |
tree | a648da641e23d7bb51f4d27a3851474a2253e977 /editors/ted | |
parent | Update to milter-sender 0.57 and libsnert-1.34. (diff) |
- Unify print/gsfonts dependency check
PR: ports/67999, ports/68035
Submitted by: Jose M Rodriguez <freebsd@wanadoo.es>
Diffstat (limited to 'editors/ted')
-rw-r--r-- | editors/ted/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/ted/Makefile b/editors/ted/Makefile index 70a07660069b..67ea398edc00 100644 --- a/editors/ted/Makefile +++ b/editors/ted/Makefile @@ -18,7 +18,7 @@ COMMENT= X11 based RTF editor LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff -RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/COPYING:${PORTSDIR}/print/gsfonts +RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/a010013l.pfb:${PORTSDIR}/print/gsfonts WRKSRC= ${WRKDIR}/Ted-${PORTVERSION} CONFIGURE_WRKSRC= ${WRKSRC}/Ted |