diff options
Diffstat (limited to 'sysutils/graphicboot/Makefile')
-rw-r--r-- | sysutils/graphicboot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/graphicboot/Makefile b/sysutils/graphicboot/Makefile index f818e1758d46..ac12cb8786f8 100644 --- a/sysutils/graphicboot/Makefile +++ b/sysutils/graphicboot/Makefile @@ -17,7 +17,7 @@ COMMENT= Provides graphical X Window startup to FreeBSD during 'rc' BUILD_DEPENDS= xloadimage:${PORTSDIR}/x11/xloadimage \ xrdb:${PORTSDIR}/x11/xrdb \ xsetroot:${PORTSDIR}/x11/xsetroot -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_MOTIF= yes USE_BZIP2= yes |