diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2002-01-06 20:26:43 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2002-01-06 20:26:43 +0000 |
commit | 996af557f2e1a59e216cb865ca858a0bb91d6407 (patch) | |
tree | 9381ddf94e287eac0434dbe23c18189817e59cfc /x11-servers/XFree86-4-VirtualFramebufferServer | |
parent | remove redundant definition. (diff) |
pass HasXdmAuth to configure script.
Diffstat (limited to 'x11-servers/XFree86-4-VirtualFramebufferServer')
-rw-r--r-- | x11-servers/XFree86-4-VirtualFramebufferServer/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile b/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile index ce829d316c39..c73ce2a4c8c9 100644 --- a/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile +++ b/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile @@ -21,6 +21,7 @@ USE_IMAKE= YES DIST_SUBDIR= xc WRKSRC= ${WRKDIR}/xc PATCHDIR= ${.CURDIR}/../../x11/XFree86-4-libraries/files +SCRIPTS_ENV= HasXdmAuth=${HasXdmAuth} ALL_TARGET= FreeBSDPortsBuild INSTALL_TARGET= installXvfb installXserver.man MAKE_ENV= MAN_INSTALL_TARGET=installXvfb.man |