diff options
author | shige <shige@FreeBSD.org> | 2000-07-19 08:34:23 +0000 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 2000-07-19 08:34:23 +0000 |
commit | c196dae34ef2c09b9cacf47672e5c80bc76c0e1f (patch) | |
tree | 05fa77666b30395be3b3d85b8532ee89a9029379 /editors/bitmap-emacs20 | |
parent | 73d32bc0199cc80a0a5ccb32f86b00af1e605d4f (diff) | |
download | FreeBSD-ports-c196dae34ef2c09b9cacf47672e5c80bc76c0e1f.zip FreeBSD-ports-c196dae34ef2c09b9cacf47672e5c80bc76c0e1f.tar.gz |
Fix dependency: x11-fonts/bitmap-font -> x11-fonts/bitmap-fonts.
Diffstat (limited to 'editors/bitmap-emacs20')
-rw-r--r-- | editors/bitmap-emacs20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/bitmap-emacs20/Makefile b/editors/bitmap-emacs20/Makefile index 210bd83..231ad91 100644 --- a/editors/bitmap-emacs20/Makefile +++ b/editors/bitmap-emacs20/Makefile @@ -26,7 +26,7 @@ EMACS_PORT_NAME= emacs20 ALL_TARGET= elc BUILD_DEPENDS= uncompface:${PORTSDIR}/mail/faces -RUN_DEPENDS= ${BITMAP_FONT}:${PORTSDIR}/x11-fonts/bitmap-font +RUN_DEPENDS= ${BITMAP_FONT}:${PORTSDIR}/x11-fonts/bitmap-fonts PLIST_SUB= BITMAPDOCDIR=${BITMAPDOCDIR} .include <bsd.port.pre.mk> |