diff options
author | asami <asami@FreeBSD.org> | 1998-11-11 20:55:23 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-11 20:55:23 +0800 |
commit | f3bc9340901e71f40762e3f746023863b090b666 (patch) | |
tree | 36dc25db7f8722e02c4183e2f8faba4940889ed5 | |
parent | ea231f70c12ac747779af77b05aa461773d2d942 (diff) | |
download | freebsd-ports-graphics-f3bc9340901e71f40762e3f746023863b090b666.tar.gz freebsd-ports-graphics-f3bc9340901e71f40762e3f746023863b090b666.tar.zst freebsd-ports-graphics-f3bc9340901e71f40762e3f746023863b090b666.zip |
Adjust RUN_DEPENDS path (${PREFIX}/lib/xemacs-mule-20.4/etc/BABYL ->
.../xemacs-20.4/...) to match reality.
-rw-r--r-- | editors/xemacs21-mule/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile index e71cbb6a5a2..0df4e9b34a5 100644 --- a/editors/xemacs21-mule/Makefile +++ b/editors/xemacs21-mule/Makefile @@ -3,7 +3,7 @@ # Date created: 5 Dec 1997 # Whom: Kazuyuki IENAGA <ienaga@jsys.co.jp> # -# $Id: Makefile,v 1.9 1998/09/21 22:33:22 steve Exp $ +# $Id: Makefile,v 1.10 1998/10/10 15:27:50 kuriyama Exp $ # DISTNAME= xemacs-20.4 @@ -26,7 +26,7 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ png.2:${PORTSDIR}/graphics/png \ compface.1:${PORTSDIR}/mail/faces \ ${LIB_INPUT_METHOD} -RUN_DEPENDS= ${PREFIX}/lib/xemacs-mule-20.4/etc/BABYL:${PORTSDIR}/editors/xemacs-mule-common +RUN_DEPENDS= ${PREFIX}/lib/xemacs-20.4/etc/BABYL:${PORTSDIR}/editors/xemacs-mule-common EXTRACT_ONLY= xemacs-20.4.tar.gz xemacs-20.4-elc.tar.gz \ xemacs-20.4-info.tar.gz xemacs-20.4-mule.tar.gz |