diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-13 11:42:13 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-13 11:42:13 +0000 |
commit | d80da8b7ee7a48c5a9a922688573123c0365404f (patch) | |
tree | 80f3d903ed9acec6d8ba0065866919a4c3dc839b /x11-toolkits/xview | |
parent | db1fcc370adcbdec351d8930f9cb4f1e619e73bd (diff) |
- Remove dependency on X_CLIENTS_PORTS
PR: 121478
Submitted by: Chess Griffin <chess@chessgriffin.com>
Notes
Notes:
svn path=/head/; revision=208930
Diffstat (limited to 'x11-toolkits/xview')
-rw-r--r-- | x11-toolkits/xview/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/xview/Makefile b/x11-toolkits/xview/Makefile index 96a6ea9aeac9..279a204b7bc8 100644 --- a/x11-toolkits/xview/Makefile +++ b/x11-toolkits/xview/Makefile @@ -7,7 +7,7 @@ PORTNAME= xview PORTVERSION= 3.2.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.efd.lth.se/pub/X11/ \ ftp://ftp.uni-heidelberg.de/pub/X11/contrib/libraries/ \ @@ -18,7 +18,8 @@ DISTNAME= xview3.2p1-X11R6 MAINTAINER= ports@FreeBSD.org COMMENT= X Window-System-based Visual/Integrated Environment for Workstations -BUILD_DEPENDS= mkfontdir:${X_CLIENTS_PORT} +BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ + mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale REINPLACE_ARGS= -i "" USE_IMAKE= yes |