summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2007-10-12 00:27:13 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2007-10-12 00:27:13 +0000
commit1080cc24e6a26870a510f7ec73a4b23e83ebc23b (patch)
tree87c659c7d5c5d5025b7971783b9f9c666de62ac2 /emulators
parent - Long overdue maintainer email change (diff)
Only depend on the needed fonts utils vs. every single X client app.
Notes
Notes: svn path=/head/; revision=201333
Diffstat (limited to 'emulators')
-rw-r--r--emulators/pcemu/Makefile4
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}