diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-11 01:53:12 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-11 01:53:12 +0800 |
commit | 16e74a8f82764e40e9cec65e2c8e07d0128b41cf (patch) | |
tree | 5a3eff482a35c74aaa60d8f6b2559c1d04fd5488 /misc/videotext | |
parent | c1d83b104417796bdba41905700b6f4e70519d4c (diff) | |
download | freebsd-ports-gnome-16e74a8f82764e40e9cec65e2c8e07d0128b41cf.tar.gz freebsd-ports-gnome-16e74a8f82764e40e9cec65e2c8e07d0128b41cf.tar.zst freebsd-ports-gnome-16e74a8f82764e40e9cec65e2c8e07d0128b41cf.zip |
- Remove dependency on X_CLIENTS_PORTS and USE_X_PREFIX
PR: 121476
Submitted by: Chess Griffin <chess@chessgriffin.com>
Diffstat (limited to 'misc/videotext')
-rw-r--r-- | misc/videotext/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/misc/videotext/Makefile b/misc/videotext/Makefile index b127b2f178b6..27aa4772643c 100644 --- a/misc/videotext/Makefile +++ b/misc/videotext/Makefile @@ -7,20 +7,21 @@ PORTNAME= videotext PORTVERSION= 0.6.19991029 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= http://elektra.e-technik.uni-ulm.de/~mbuck/download/ MAINTAINER= ports@FreeBSD.org COMMENT= X11/Xview TV Videotext/Teletext page viewer (.vtx files) -BUILD_DEPENDS= bdftopcf:${X_CLIENTS_PORT} \ - gawk:${PORTSDIR}/lang/gawk +BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ + gawk:${PORTSDIR}/lang/gawk \ + mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ + mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ xview.3:${PORTSDIR}/x11-toolkits/xview -USE_X_PREFIX= yes USE_GMAKE= yes MAN1= tunerctl.1 videotext.1 vtxget.1 |