diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-18 06:04:56 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-18 06:04:56 +0000 |
commit | 0dd3ad51f0a70d03c9c4ff45b92c19a183841b57 (patch) | |
tree | bcbd847e74db0b1081642cba46f5f0b050a10bd1 /sysutils/graphicboot/Makefile | |
parent | 36a3ba0a21245298778c2e38bc7ba4a7a9425741 (diff) | |
download | ports-0dd3ad51f0a70d03c9c4ff45b92c19a183841b57.tar.gz ports-0dd3ad51f0a70d03c9c4ff45b92c19a183841b57.zip |
Notes
Diffstat (limited to 'sysutils/graphicboot/Makefile')
-rw-r--r-- | sysutils/graphicboot/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/graphicboot/Makefile b/sysutils/graphicboot/Makefile index d6d238b1a00a..f120316accbc 100644 --- a/sysutils/graphicboot/Makefile +++ b/sysutils/graphicboot/Makefile @@ -7,13 +7,14 @@ PORTNAME= graphicboot PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://matt.sixxgate.com/files/ MAINTAINER= sixxgate@hotmail.com COMMENT= Provides graphical X Window startup to FreeBSD during 'rc' -RUN_DEPENDS= xloadimage:${PORTSDIR}/x11/xloadimage +#RUN_DEPENDS= xloadimage:${PORTSDIR}/x11/xloadimage USE_MOTIF= yes USE_BZIP2= yes @@ -29,6 +30,6 @@ BROKEN= The graphical boot requires rcorder which is only on FreeBSD 5 or great .endif post-install: - ${CAT} pkg-message + @${CAT} pkg-message .include <bsd.port.post.mk> |