diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2007-10-12 00:27:13 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2007-10-12 00:27:13 +0000 |
commit | 1080cc24e6a26870a510f7ec73a4b23e83ebc23b (patch) | |
tree | 87c659c7d5c5d5025b7971783b9f9c666de62ac2 /emulators/pcemu | |
parent | - Long overdue maintainer email change (diff) |
Only depend on the needed fonts utils vs. every single X client app.
Diffstat (limited to 'emulators/pcemu')
-rw-r--r-- | emulators/pcemu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/pcemu/Makefile b/emulators/pcemu/Makefile index 627e488c97ea..a2bab30cde7a 100644 --- a/emulators/pcemu/Makefile +++ b/emulators/pcemu/Makefile @@ -26,8 +26,8 @@ DISTNAME= pcemu1.01alpha MAINTAINER= joerg@FreeBSD.org COMMENT= An 8086 PC emulator, by David Hedley -BUILD_DEPENDS= bdftopcf:${X_CLIENTS_PORT} -RUN_DEPENDS= mkfontdir:${X_CLIENTS_PORT} +BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf +RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir USE_XLIB= yes MAKE_ENV= FILESDIR=${FILESDIR} |