diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-07-19 08:34:23 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-07-19 08:34:23 +0000 |
commit | 8f66eb72c836b8e90100c173f399c3003fa6a099 (patch) | |
tree | 2eced4dc4c3ce48dd08015f1d199ab55cb7847ed /editors/bitmap-mule | |
parent | Activate bitmap-fonts instead of bitmap-font. (diff) |
Fix dependency: x11-fonts/bitmap-font -> x11-fonts/bitmap-fonts.
Diffstat (limited to 'editors/bitmap-mule')
-rw-r--r-- | editors/bitmap-mule/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/bitmap-mule/Makefile b/editors/bitmap-mule/Makefile index 75a138051de1..beabe2662d51 100644 --- a/editors/bitmap-mule/Makefile +++ b/editors/bitmap-mule/Makefile @@ -28,7 +28,7 @@ EMACS_PORT_NAME= mule 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 SCRIPTS_ENV= TARGETS=${BITMAP_SETUPEL} PLIST_SUB= BITMAP_SETUPEL=${BITMAP_SETUPEL} \ BITMAPDOCDIR=${BITMAPDOCDIR} |