summaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-13 20:57:21 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-03-13 20:57:21 +0000
commit969241a94a20cbddecf66c5b0295b0641581ba1d (patch)
tree44cc1b2b6e2c129c041b3109004f8e3cd1ed6de2 /x11-fonts
parent- Update to 2008.03.08 (diff)
- Remove dependency on X_CLIENTS_PORTS and USE_X_PREFIX
PR: 121584 Submitted by: Chess Griffin <chess@chessgriffin.com>
Notes
Notes: svn path=/head/; revision=209009
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/Xg/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-fonts/Xg/Makefile b/x11-fonts/Xg/Makefile
index 9d77873f1b13..5e871c4fb075 100644
--- a/x11-fonts/Xg/Makefile
+++ b/x11-fonts/Xg/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libXgFonts
PORTVERSION= 1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-fonts plan9
MASTER_SITES= ftp://ftp.cs.usyd.edu.au/matty/unicode/
DISTNAME= libXg.utf.fonts
@@ -15,10 +15,10 @@ DISTNAME= libXg.utf.fonts
MAINTAINER= ports@FreeBSD.org
COMMENT= UNICODE fonts for use with 9term and sam
-BUILD_DEPENDS= bdftopcf:${X_CLIENTS_PORT}
-RUN_DEPENDS= mkfontdir:${X_CLIENTS_PORT}
+BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
+ mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
+RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir
NO_WRKSUBDIR= yes
-USE_X_PREFIX= yes
.include <bsd.port.mk>