diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
commit | 3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 (patch) | |
tree | d573ea09b2bf6be67cb497df199932da9e2707c4 /sysutils/graphicboot/Makefile | |
parent | 40049f4af2200d0dcf33596508688623fc75f764 (diff) |
Notes
Diffstat (limited to 'sysutils/graphicboot/Makefile')
-rw-r--r-- | sysutils/graphicboot/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/graphicboot/Makefile b/sysutils/graphicboot/Makefile index 1f769232c70d..b1356dbe5b4a 100644 --- a/sysutils/graphicboot/Makefile +++ b/sysutils/graphicboot/Makefile @@ -7,7 +7,7 @@ PORTNAME= graphicboot PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://matt.sixxgate.com/files/ @@ -15,12 +15,13 @@ MAINTAINER= sixxgate@hotmail.com COMMENT= Provides graphical X Window startup to FreeBSD during 'rc' BUILD_DEPENDS= xloadimage:${PORTSDIR}/x11/xloadimage \ - xrdb:${X_CLIENTS_PORT} + xrdb:${PORTSDIR}/x11/xrdb \ + xsetroot:${PORTSDIR}/x11/xsetroot RUN_DEPENDS= ${BUILD_DEPENDS} -USE_X_PREFIX= yes USE_MOTIF= yes USE_BZIP2= yes +USE_XORG= x11 USE_GMAKE= yes GNU_CONFIGURE= yes |