diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-10 00:03:59 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-10 00:03:59 +0000 |
commit | d4ebb19c7349abcc8d19a05c2dbb3ff3725933c5 (patch) | |
tree | 889f10276f015cff9a5a833696326931c29ad8d6 /editors/wily | |
parent | 2facd142e6da630ba9ea56372d7e173da4634ed7 (diff) |
- Fix dependency line
PR: ports/73751
Submitted by: Serge Gagnon <ser_gagnon@sympatico.ca>
Notes
Notes:
svn path=/head/; revision=121255
Diffstat (limited to 'editors/wily')
-rw-r--r-- | editors/wily/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/wily/Makefile b/editors/wily/Makefile index 9a1f9592169d..a0997d120c54 100644 --- a/editors/wily/Makefile +++ b/editors/wily/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A clone of the Plan9 editor `acme' RUN_DEPENDS= ${LOCALBASE}/bin/rc:${PORTSDIR}/shells/rc \ - ${X11BASE}/lib/X11/fonts/unicode.9.font:${PORTSDIR}/x11-fonts/Xg + ${X11BASE}/lib/X11/fonts/Xg/unicode.9.font:${PORTSDIR}/x11-fonts/Xg USE_XLIB= YES GNU_CONFIGURE= YES |