diff options
Diffstat (limited to 'sysutils/graphicboot')
-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 |