diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-10-26 20:17:31 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-10-26 20:17:31 +0000 |
commit | 5723bd60934df29dc84ad57f8d4a9786100f80a9 (patch) | |
tree | f577127be25cd6fee39ceab61f977b0429148843 /emulators | |
parent | - Update to 2.7.9 (breaks out foomatic integration, all access is done via (diff) |
- Add all needed X clients
Reported by: pointyhat
Pointy hat to: obrien
Notes
Notes:
svn path=/head/; revision=202099
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/pcemu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/pcemu/Makefile b/emulators/pcemu/Makefile index a2bab30cde7a..398943ac0bb8 100644 --- a/emulators/pcemu/Makefile +++ b/emulators/pcemu/Makefile @@ -27,7 +27,8 @@ MAINTAINER= joerg@FreeBSD.org COMMENT= An 8086 PC emulator, by David Hedley BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf -RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir +RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ + mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale USE_XLIB= yes MAKE_ENV= FILESDIR=${FILESDIR} |